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