Added comments

This commit is contained in:
2022-04-12 11:36:23 +02:00
parent f47ab2362b
commit 24c2702f10
11 changed files with 132 additions and 57 deletions

View File

@@ -22,6 +22,7 @@ class UsersSchema(Schema):
username = String()
telegram_user_id = String()
email = Email()
cron = String()
class AdminDataSchema(Schema):