ayon-core/openpype/__init__.py
2022-04-01 19:42:07 +02:00

5 lines
120 B
Python

import os
PACKAGE_DIR = os.path.dirname(os.path.abspath(__file__))
PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")