8 lines
146 B
Python
8 lines
146 B
Python
from BaseLib.BaseView import BaseView
|
|
|
|
|
|
class ProjectsView(BaseView):
|
|
required_login = True
|
|
endpoint = ''
|
|
view_file = 'projects.html'
|