--- a +++ b/gcn/layers/__init__.py @@ -0,0 +1,3 @@ +from .GConv import GConv + +__all__=['GConv'] \ No newline at end of file