Importing the Projects class as a module
The final form of this is yet to be determined. In the WMS, it will be something like
from app.projects import Project
In the Workspace, it may be something like
import sys
project_module_path = 'templates/modules/Project'
if project_module_path not in sys.path:
sys.path.append(project_module_path)
import function project_module_path