#7 Code style changes.
This commit is contained in:
parent
c0148c2c91
commit
dc314b4599
3
bot.py
3
bot.py
|
@ -1,8 +1,9 @@
|
|||
import logging
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
|
||||
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