cmvr_ai_lab/source/engineai_lab/assets/__init__.py

5 lines
128 B
Python
Raw Normal View History

2026-07-13 10:52:46 +08:00
import os
# Conveniences to other module directories via relative paths
ASSET_DIR = os.path.abspath(os.path.dirname(__file__))