NFET / node_embeding /managers /__init__.py
YinCai0204's picture
Upload folder using huggingface_hub
f9c98cb verified
Raw
History Blame Contribute Delete
230 Bytes
'''
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