Files
tensorneat-mend/utils/__init__.py

4 lines
108 B
Python

from .activation import Act, act
from .aggregation import Agg, agg
from .tools import *
from .graph import *