telegram. Code style changes.
This commit is contained in:
parent
8cb5b4733a
commit
6c83447eb8
3
bot.py
3
bot.py
|
@ -1,8 +1,9 @@
|
|||
from dotenv import load_dotenv
|
||||
import logging
|
||||
import os
|
||||
|
||||
from telegram.command_processor import CommandProcessor
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import telebot
|
||||
from telebot.types import Message
|
||||
|
||||
|
||||
class CommandProcessor:
|
||||
"""Processes user input and dispatches the data to other services."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue