sprint/Main/views/EnterView.py
Egor Matveev 68245ffa43 bot
2021-11-20 23:15:11 +03:00

7 lines
125 B
Python

from SprintLib.BaseView import BaseView
class EnterView(BaseView):
view_file = "enter.html"
required_login = False