mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
Add new models and database manager
This commit is contained in:
3
src/models/Base.py
Normal file
3
src/models/Base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from sqlalchemy.orm import declarative_base
|
||||
|
||||
Base = declarative_base()
|
||||
Reference in New Issue
Block a user