using API; namespace Run; class Program { static void Main(string[] args) { Api a = new (args); Tracker.Tracker t = new (); } }