feat(core): add initial TSModel package with OLinear and RevIN
This commit is contained in:
10
__init__.py
Normal file
10
__init__.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""
|
||||
TSModel - Time Series Modeling Package
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
# 导入主要模块,方便外部使用
|
||||
from .models import OLinear, RevIN
|
||||
|
||||
__all__ = ['OLinear', 'RevIN']
|
Reference in New Issue
Block a user