#7 Code style changes.

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

3
bot.py
View File

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

View File

@ -1,6 +1,7 @@
import telebot
from telebot.types import Message
class CommandProcessor:
"""Processes user input and dispatches the data to other services."""