ayon-core/openpype/hosts/flame/__init__.py
2022-01-07 14:26:06 +01:00

5 lines
71 B
Python

import os
HOST_DIR = os.path.dirname(
os.path.abspath(__file__)
)