File size: 275 Bytes
5e0cf2a
9596bd8
000a478
5e0cf2a
9596bd8
c5a8636
5e0cf2a
000a478
5e0cf2a
 
 
c5a8636
1
2
3
4
5
6
7
8
9
10
11
12
# 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'
]