didier/didier/views/modals/__init__.py

5 lines
172 B
Python
Raw Normal View History

2022-07-16 00:14:02 +02:00
from .custom_commands import CreateCustomCommand, EditCustomCommand
from .dad_jokes import AddDadJoke
__all__ = ["AddDadJoke", "CreateCustomCommand", "EditCustomCommand"]