mini-omni/__init__.py

4 lines
81 B
Python
Raw Normal View History

2024-10-16 12:24:39 +00:00
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))