mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 08:16:03 +00:00
refactor: move plugin setting to db
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 base, user, model, pipeline, bot
|
||||
from ..entity.persistence import base, user, model, pipeline, bot, plugin
|
||||
from ..core import app
|
||||
from .databases import sqlite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user