mirror of
https://github.com/creyD/apilog.git
synced 2026-04-15 21:00:35 +02:00
feat: added initial config
This commit is contained in:
9
app/schema/app.py
Normal file
9
app/schema/app.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from app.schema.common import BaseSchemaModelIN, BaseSchemaModelOUT
|
||||
|
||||
|
||||
class AppIN(BaseSchemaModelIN):
|
||||
name: str
|
||||
|
||||
|
||||
class AppOUT(BaseSchemaModelOUT, AppIN):
|
||||
pass
|
||||
Reference in New Issue
Block a user