Skip to content

Commit

Permalink
Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed May 9, 2024
1 parent c29a6d3 commit 2bde4e1
Show file tree
Hide file tree
Showing 4 changed files with 1,668 additions and 8 deletions.
7 changes: 7 additions & 0 deletions src/bot/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import callback
from . import handlers

__all__ = [
"callback",
"handlers"
]
Loading

0 comments on commit 2bde4e1

Please sign in to comment.