first commit

This commit is contained in:
SwZ
2025-03-28 14:50:37 +08:00
commit d9cd4709db
97 changed files with 1519 additions and 0 deletions

6
exceptions.py Normal file
View File

@@ -0,0 +1,6 @@
class AuthException(Exception):
pass
class OperationFailed(Exception):
pass