mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
refactor: move entities
This commit is contained in:
6
pkg/entity/persistence/base.py
Normal file
6
pkg/entity/persistence/base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sqlalchemy.orm
|
||||
import pydantic
|
||||
|
||||
|
||||
class Base(sqlalchemy.orm.DeclarativeBase):
|
||||
pass
|
||||
Reference in New Issue
Block a user