a b/gcn/layers/__init__.py
1
from .GConv import GConv
2
3
__all__=['GConv']