expand models.py to models/
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import uuid
|
||||
from sqlalchemy.orm import declarative_base
|
||||
|
||||
Base = declarative_base()
|
||||
|
||||
def gen_uuid() -> str:
|
||||
return str(uuid.uuid4())
|
||||
Reference in New Issue
Block a user