Refine project operation

This commit is contained in:
WQY\qiong
2023-04-07 21:57:44 +08:00
parent da80d689ed
commit e59dac81ec
5 changed files with 15 additions and 42 deletions

View File

@@ -185,9 +185,6 @@ def clean_project(excluded: list[str] = []) -> None:
def is_project_open(name: str) -> bool:
return api.is_project_open(name)
def get_project_open_count(name: str) -> int:
return api.get_project_open_count(name)
def open_project(name: str) -> None:
return api.open_project(name)