Add WebAPI

This commit is contained in:
2023-07-11 18:26:26 +03:00
parent 9b00552912
commit c428479110
18 changed files with 319 additions and 31 deletions
@@ -2,8 +2,7 @@ class Config:
Auth: dict
Game: dict
Server: dict
WebAPI: dict
def __repr__(self):
return "%s(Auth=%r, Game=%r, Server=%r)" % (self.__class__.__name__, self.Auth, self.Game, self.Server)
class config (Config): ...