app-MAIL-temp/app/developer/__init__.py

4 lines
104 B
Python
Raw Permalink Normal View History

2019-08-19 21:11:05 +02:00
from .views import index, new_client, client_detail
__all__ = ["index", "new_client", "client_detail"]