4 lines
113 B
Python
4 lines
113 B
Python
from .interfaces import CheckpointBackend, CheckpointConfig
|
|
|
|
__all__ = ["CheckpointConfig", "CheckpointBackend"]
|