diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 04:12:00 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 04:12:00 +0400 |
commit | 9be02d9141c14a3e3ca28567dbaff671de83200f (patch) | |
tree | ecc8c2f7023654179d51e2fdee68b1d688c131d8 /commands/__init__.py | |
parent | 662342863e37e8661f818218df7bb72bc18bf4eb (diff) |
Fix #9. Add events commands
Diffstat (limited to 'commands/__init__.py')
-rw-r--r-- | commands/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/__init__.py b/commands/__init__.py index 09c0867..2e0e009 100644 --- a/commands/__init__.py +++ b/commands/__init__.py @@ -13,3 +13,4 @@ from .meta import about 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 |