mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
5 lines
120 B
Python
5 lines
120 B
Python
import os
|
|
|
|
|
|
PACKAGE_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")
|