This commit is contained in:
2025-11-02 01:04:31 +03:00
parent 64c984a704
commit 9c58c10152
70 changed files with 341 additions and 391 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ from argenta.router import Router
user_router = Router(title="User Management")
@user_router.command(Command("add-user", description="Adds a new user"))
def add_user_handler(response):
# Логика добавления пользователя
print("User added successfully!")
print("User added successfully!")