mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-27 17:43:33 +00:00
6 lines
131 B
Python
6 lines
131 B
Python
import os
|
|
import sys
|
|
|
|
DIR_PATH = os.path.dirname(os.path.abspath(__file__))
|
|
sys.path.append(os.path.join(DIR_PATH, 'bisq_events'))
|