9 lines
169 B
Python
9 lines
169 B
Python
"""
|
|
进阶多因子+动态加权+估值择时 A股量化中低频方案
|
|
"""
|
|
from .factors import *
|
|
from .strategies import *
|
|
from .utils import *
|
|
|
|
__version__ = "0.1.0"
|