File size: 230 Bytes
f9c98cb
 
 
 
 
 
 
1
2
3
4
5
6
7
8
'''
This style allows the code to be rightfully distributed among modules in the package 
and allows for clean import rather than dumping all imports in one file.
'''

from .Trainer import Trainer
from .Evaluator import Evaluator