[update] add project

This commit is contained in:
peterlu14
2022-02-07 20:27:30 +08:00
parent 3f1ba0971c
commit 6b29f1f08e
8 changed files with 317 additions and 0 deletions
+5
View File
@@ -1576,6 +1576,11 @@ class ControlAPI(metaclass=Router):
should handle this exit code and re-run server process.
"""
raise NotImplementedError()
def run_project(self, project) -> bool:
print('create_project', project)
self._project_manager.create(project)
return False
# noinspection PyAbstractClass