Skip to content

Commit

Permalink
Refactor base, packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ihumaunkabir committed Sep 16, 2024
1 parent e1988a4 commit 697db45
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Empty file added commands/__init__.py
Empty file.
File renamed without changes.
Empty file added config/__init__.py
Empty file.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from config import BOT_TOKEN
from errorhandler import error
from commands import start_command, help_command, info_command
from processchat import handle_message, process_file, process_image
from utilities.errorhandler import error
from commands.commands import start_command, help_command, info_command
from src.processchat import handle_message, process_file, process_image
from telegram.ext import Application, CommandHandler, MessageHandler, filters # type: ignore


Expand Down
Empty file added src/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
Empty file added utilities/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 697db45

Please sign in to comment.