Automated Action db9aa8e5e2 Create FastAPI Todo API with SQLite
Generated with BackendIM... (backend.im)
2025-05-13 10:29:43 +00:00

3 lines
82 B
Python

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