diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 06:20:52 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 06:20:52 +0400 |
commit | 23bddf358dc615d18ed4470f33f383f1eac9ac63 (patch) | |
tree | 9d9ac4e9aa31c237b9a7776abc27dcd597d6d4e6 /commands/__init__.py | |
parent | 8d2d5acde9d4d7d44d93c386e541692f4e45a271 (diff) |
Task #10. /announce command
Diffstat (limited to 'commands/__init__.py')
-rw-r--r-- | commands/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/__init__.py b/commands/__init__.py index 2e0e009..7081c89 100644 --- a/commands/__init__.py +++ b/commands/__init__.py @@ -14,3 +14,5 @@ from .users import set_users, add_users, list_users, remove_users, \ chooser_user, who_is_next from .movie import movie, movies, remove_movies from .event import create_event, list_events +from .announce import create_announcement + |