Quick parser to load inp

This commit is contained in:
WQY\qiong
2022-10-15 01:20:13 +08:00
parent 37bafed958
commit 93266be581
5 changed files with 619 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ from .project import have_project, create_project, delete_project
from .project import is_project_open, get_project_open_count, open_project, close_project
from .project import copy_project
from .parser import read_inp
from .operation import API_ADD, API_UPDATE, API_DELETE
from .operation import ChangeSet
from .operation import get_current_operation