app-MAIL-temp/app/discover/__init__.py
2023-11-21 16:42:18 +01:00

4 lines
46 B
Python

from .views import index
__all__ = ["index"]