mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 20:46:23 +03:00
telegram: добавлен FastAPI
This commit is contained in:
@@ -2,8 +2,8 @@ from aiogram import Router
|
||||
from aiogram.filters import Command
|
||||
from aiogram.fsm.state import StatesGroup, State
|
||||
|
||||
from common import backend
|
||||
from keyboards.common import row_kb
|
||||
from textsouls.common import backend
|
||||
from textsouls.keyboards.common import row_kb
|
||||
|
||||
|
||||
router = Router()
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
from aiogram import Router
|
||||
from aiogram.filters import Command
|
||||
|
||||
from common import backend
|
||||
from textsouls.common import backend
|
||||
|
||||
from handlers.character_creation import CharachterCreation
|
||||
from handlers.character_creation import character_creation
|
||||
from textsouls.handlers.character_creation import CharachterCreation
|
||||
from textsouls.handlers.character_creation import character_creation
|
||||
|
||||
|
||||
router = Router()
|
||||
|
||||
Reference in New Issue
Block a user