telegram. Code style changes.

This commit is contained in:
Alexey Skobkin 2022-05-02 23:44:16 +03:00
parent b91f6d1edf
commit 7327f2c893
2 changed files with 3 additions and 1 deletions

3
bot.py
View file

@ -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()

View file

@ -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."""