We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e069d commit 5022115Copy full SHA for 5022115
talib/__init__.py
@@ -1,6 +1,4 @@
1
-from func import *
+from .func import *
2
3
# TA_MAType enums
4
MA_SMA, MA_EMA, MA_WMA, MA_DEMA, MA_TEMA, MA_TRIMA, MA_KAMA, MA_MAMA, MA_T3 = range(9)
5
-
6
-__version__ = '0.4.2'
0 commit comments