68f9a01d2b
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
61 B
Python
3 lines
61 B
Python
import sys, os
|
|
sys.path.insert(0, os.path.dirname(__file__))
|