Source code for pybpodgui_api.models.project

from pybpodgui_api.models.project.project_io import ProjectIO


[docs]class Project(ProjectIO): pass