You've already forked Travel-Agent
6 lines
112 B
Python
6 lines
112 B
Python
from typing import Any
|
|
|
|
from sqlalchemy.ext.declarative import declarative_base
|
|
|
|
Base: Any = declarative_base()
|