Bootstrap Python rewrite skeleton
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
"""SQLAlchemy models package."""
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
from app.db import Base
|
||||
|
||||
__all__ = ["Base"]
|
||||
|
||||
Reference in New Issue
Block a user