add views
This commit is contained in:
18
src/views/itemview.py
Normal file
18
src/views/itemview.py
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from flask_classful import FlaskView
|
||||
|
||||
"""
|
||||
Item VIEW
|
||||
"""
|
||||
|
||||
__author__ = "@tormakris"
|
||||
__copyright__ = "Copyright 2020, UnstableVortex Team"
|
||||
__module_name__ = "itemview"
|
||||
__version__text__ = "1"
|
||||
|
||||
|
||||
class ItemView(FlaskView):
|
||||
|
||||
def index(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user