Spaces:
Sleeping
Sleeping
| # src/ui/__init__.py | |
| from .auth import check_authentication, authenticate_user | |
| from .pages import dashboard, call_recorder, interaction_logger | |
| __all__ = [ | |
| 'check_authentication', | |
| 'authenticate_user', | |
| 'dashboard', | |
| 'call_recorder', | |
| 'interaction_logger' | |
| ] |