Files

6 lines
112 B
Python

from typing import Any
from sqlalchemy.ext.declarative import declarative_base
Base: Any = declarative_base()