Skip to content

Commit

Permalink
Merge pull request tkipf#33 from Queuecumber/master
Browse files Browse the repository at this point in the history
Allow Using as a Module
  • Loading branch information
tkipf authored Feb 25, 2019
2 parents 4396e4d + 3af13e9 commit 1600b5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pygcn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
from __future__ import print_function
from __future__ import division

from .layers import *
from .models import *
from .utils import *

0 comments on commit 1600b5b

Please sign in to comment.