This commit is contained in:
Lev 2026-03-15 21:52:38 +03:00
parent c3a5446239
commit fa72e626e0

View file

@ -75,6 +75,7 @@ class API :
def close(self) :
self.con.close()
self.x_ui.close()
def login(self, email: str, passwd: str) -> dict :
"""