Tianshou/tianshou/__init__.py

5 lines
62 B
Python
Raw Normal View History

2018-04-16 18:02:00 +08:00
from .core import *
2018-04-17 06:34:38 +08:00
from . import data
__version__ = '0.1.1'