mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
4 lines
104 B
Python
4 lines
104 B
Python
from .views import index, new_client, client_detail
|
|
|
|
__all__ = ["index", "new_client", "client_detail"]
|