Skip to content

Commit

Permalink
update __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Oct 14, 2024
1 parent 186b240 commit cfa3172
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tgram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
__all__ = ["types", "TgBot", "handlers", "filters", "compose", "StopPropagation"]
__version__ = "1.11.7"

__author__ = "Zaid"
__copyright__ = "Copyright (C) 2024-present Zaid <https://github.com/z44d>"
__license__ = "MIT"

from . import types, handlers, filters
from .client import TgBot
from .sync import compose

Expand Down

0 comments on commit cfa3172

Please sign in to comment.