mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
feat: crud of platform/bots
This commit is contained in:
@@ -8,7 +8,7 @@ import sqlalchemy.ext.asyncio as sqlalchemy_asyncio
|
||||
import sqlalchemy
|
||||
|
||||
from . import database
|
||||
from ..entity.persistence import user, model, base
|
||||
from ..entity.persistence import base, user, model, pipeline, bot
|
||||
from ..core import app
|
||||
from .databases import sqlite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user