mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-07-02 17:00:15 +08:00
5 lines
121 B
Python
5 lines
121 B
Python
import os
|
|
import sys
|
|
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
|
|
|
import pandas_ta |