Files
2024-01-13 12:59:19 +02:00

8 lines
197 B
Python

"""
The 'views' package contains all the UI implementation of the app. The app contains the following views:
- InitialView
- LoginView
- SingUpView
- MainPageView
- ChatView
"""