add views

This commit is contained in:
2020-11-27 04:10:54 +01:00
parent 0cd4b178fd
commit 314229286d
7 changed files with 98 additions and 1 deletions

5
src/views/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .loginview import LoginView
from .profileview import ProfileView
from .registerview import RegisterView
from .uploadview import UploadView
from .itemview import ItemView