8 lines
148 B
Python
8 lines
148 B
Python
from SprintLib.BaseView import BaseView
|
|
|
|
|
|
class EnterView(BaseView):
|
|
view_file = "enter.html"
|
|
required_login = False
|
|
endpoint = "enter"
|