feat: Addition of authentication and user management systems
This commit is contained in:
8
app/api/v1/schemas/__init__.py
Normal file
8
app/api/v1/schemas/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
API v1 schemas package for MokPyo application.
|
||||
|
||||
- Central access point for v1 API schemas
|
||||
"""
|
||||
|
||||
from .user import UserCreate, UserRead
|
||||
from .token import TokenRequest, TokenResponse
|
||||
Reference in New Issue
Block a user