mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
5 lines
71 B
Python
5 lines
71 B
Python
import os
|
|
|
|
HOST_DIR = os.path.dirname(
|
|
os.path.abspath(__file__)
|
|
)
|