mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-07-01 16:50:30 +08:00
7 lines
123 B
Python
7 lines
123 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
|
|
|
import pandas_ta
|