# list_model_test **Repository Path**: mw5959/list_model_test ## Basic Information - **Project Name**: list_model_test - **Description**: listview model - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-12 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # list_model_test #### 介绍 listview model #### 使用说明 ``` import sys paths = [ r'D:\mw\code_test\git\list_model_test', ] for path in paths: path = os.path.normpath(path).replace(os.path.sep,os.path.altsep) if not path in sys.path: sys.path.insert(0, path) print("{:-<30}".format('mayaOpen')) import test_ui reload(test_ui) test_ui.main() ```