mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-26 03:44:58 +08:00
6 lines
77 B
Python
6 lines
77 B
Python
import sqlalchemy.orm
|
|
|
|
|
|
class Base(sqlalchemy.orm.DeclarativeBase):
|
|
pass
|