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

18
src/views/registerview.py Normal file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env python3
from flask_classful import FlaskView
"""
Register VIEW
"""
__author__ = "@tormakris"
__copyright__ = "Copyright 2020, UnstableVortex Team"
__module_name__ = "registerview"
__version__text__ = "1"
class RegisterView(FlaskView):
def index(self):
pass