add register

This commit is contained in:
Yuriy Yuriev
2026-05-14 18:23:50 +07:00
parent 7802bd3410
commit 328f510151
9 changed files with 312 additions and 233 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from .manager import AuthManager
from .manager import AuthManager, ADMIN_PASSWORD
from .storage import AuthStorage
__all__ = ["AuthManager", "AuthStorage"]
__all__ = ["AuthManager", "AuthStorage", "ADMIN_PASSWORD"]