from BaseLib.BaseView import BaseView class ProjectsView(BaseView): required_login = True endpoint = '' view_file = 'projects.html'