8 lines
197 B
Python
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
|
|
""" |