2 lines
93 B
Python
2 lines
93 B
Python
|
from .data_module import KGC
|
||
|
from .processor import convert_examples_to_features, KGProcessor
|