sumen / src /utils /__init__.py
hoang-quoc-trung's picture
Upload 8 files
3d52ce7 verified
raw
history blame contribute delete
110 Bytes
import os
import sys
module = os.path.join(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(module)