This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Fitz_Studio/backend/base.py
T
2025-05-05 02:21:55 +02:00

3 lines
82 B
Python

from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()