gitextract_ynxoaokt/ ├── .github/ │ └── workflows/ │ ├── pypi.yml │ └── tests.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── setup.cfg ├── setup.py └── src/ └── pyvfx_boilerplate/ ├── __init__.py ├── boilerplate_ui.py ├── cli.py ├── init.py ├── mayapalette.py ├── menu.py ├── resources/ │ ├── main_window.ui │ ├── module.ui │ ├── qpalette_maya2015.json │ └── qpalette_maya2016.json └── utils/ ├── __init__.py ├── get_set_palette_data_qt4.py └── get_set_palette_data_qt5.py