4 lines
71 B
Python
Raw Normal View History

2024-07-25 13:33:05 +05:00
from sqlalchemy.orm import declarative_base
Base = declarative_base()