cmvr_ai_lab/source/engineai_lab/assets/__init__.py
2026-07-13 10:52:46 +08:00

5 lines
128 B
Python

import os
# Conveniences to other module directories via relative paths
ASSET_DIR = os.path.abspath(os.path.dirname(__file__))