Revert "mercore starter"

This reverts commit 8bb5ce69e2.
This commit is contained in:
CHIEFSOFT\ameye
2025-06-22 20:14:37 -04:00
parent 8bb5ce69e2
commit 1795db35be
53 changed files with 1620 additions and 418 deletions
-5
View File
@@ -1,5 +0,0 @@
from marshmallow import Schema, fields
class LoginSchema(Schema):
username = fields.Str(required=True)
password = fields.Str(required=True)