aiuNN/src/aiunn/finetune/__init__.py

3 lines
63 B
Python

from .trainer import aiuNNTrainer
__all__ = ["aiuNNTrainer" ]