promo first iteration

This commit is contained in:
mihalin 2022-03-29 23:17:25 +03:00
parent b9fd2881d9
commit 654d0047da

View File

@ -12,6 +12,7 @@ import olgram.commands.start # noqa: F401
import olgram.commands.menu # noqa: F401
import olgram.commands.bot_actions # noqa: F401
import olgram.commands.info # noqa: F401
import olgram.commands.promo # noqa: F401
from locales.locale import _
from server.server import main as server_main