__init__.py 97 Bytes
Newer Older
chenych's avatar
chenych committed
1
2
3
4
5
6
# -*- coding: utf-8 -*-

from .checkpoint import load_checkpoint

__all__ = ["load_checkpoint"]