Changes between Version 22 and Version 23 of Plugin
- Timestamp:
- Feb 2, 2021, 10:54:14 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin
v22 v23 13 13 This file should link to other python file if needed. 14 14 15 The final directory structure should be 16 {{{ 17 M5aMC/ 18 PLUGIN/ 19 __init__.py (empty file --do not touch this one--) 20 MY_PLUGIN1_DIR/ 21 __init__.py (file with mandatory information see below) 22 my_python_file.py (need to be load from __init__.py) 23 other_data and directory 24 MY_PLUGIN2_DIR/ 25 __init__.py (file with mandatory information see below) 26 my_python_file.py (need to be load from __init__.py) 27 other_data and directory 28 29 }}} 15 30 16 31 == !__init!__.py file: