This commit is contained in:
Andrey Gumirov
2022-04-29 22:21:42 +07:00
parent 911c1f3400
commit fe771b3ae7
7 changed files with 31 additions and 9 deletions

View File

@ -9,3 +9,8 @@ class Config(metaclass=Singleton):
PG_USER = os.environ["USER"]
PG_PASS = os.environ["PASS"]
PG_ADDR = os.environ["DB_ADDR"]
def __init__(self):
self.api_ctx = None
self.uploader = None