Moved class to appropriate namespaces

This commit is contained in:
2023-07-30 17:01:54 +02:00
parent 8af2b12fc0
commit 579e400a5d
5 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
using System.Net;
using System.Text.RegularExpressions;
using Tranga;
using Tranga.Connectors;
using Tranga.TrangaTasks;
namespace API;