init auth and main function

This commit is contained in:
Yuriy Yuriev
2026-05-14 16:15:58 +07:00
commit 27c53e897e
47 changed files with 5750 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .manager import AuthManager
from .storage import AuthStorage
__all__ = ["AuthManager", "AuthStorage"]