mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
4 lines
71 B
Python
4 lines
71 B
Python
|
|
from sqlalchemy.orm import declarative_base
|
||
|
|
|
||
|
|
Base = declarative_base()
|