__init__.py 122 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
from .models import AutoencodingEngine
from .util import get_configs_path, instantiate_from_config

__version__ = "0.1.0"