mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
* copied addons from 'ayon-addon-settings' * added AE, photoshop and harmony addon * moved openpype to subfolder * cleanup repository files * updated create package script and README.md * formatting fixes * added cli flags to be able keep server structure * print progress and output dir * another formatting fixes
3 lines
85 B
Python
3 lines
85 B
Python
# -*- coding: utf-8 -*-
|
|
"""Package declaring addon version."""
|
|
__version__ = "0.1.0"
|