mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 17:57:17 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
import os
|
|
import sys
|
|
|
|
|
|
sys.path.append(os.path.join(os.path.dirname(os.path.dirname(__file__)), 'src'))
|