Kaynağa Gözat

refactor(app): adapt to work with new builders

Librellium 3 hafta önce
ebeveyn
işleme
2fa1b0d5b0
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      anonflow/app.py

+ 2 - 2
anonflow/app.py

@@ -7,8 +7,8 @@ from aiogram.client.bot import DefaultBotProperties
 from aiogram.fsm.storage.memory import MemoryStorage
 
 from anonflow import __version_str__
-from anonflow.bot.middleware import build as build_middleware
-from anonflow.bot.routers import build as build_routers
+from anonflow.bot.builders.middleware import build as build_middleware
+from anonflow.bot.builders.routers import build as build_routers
 from anonflow.config import Config
 from anonflow.database import (
     BanRepository,