Skip to content

Commit

Permalink
Create __init__.py
Browse files Browse the repository at this point in the history
Add an __init__.py with an import *  from ignite.py   to make it work as a module in python3
  • Loading branch information
yumok committed Oct 5, 2017
1 parent 85384e8 commit b655e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .ignite import *

0 comments on commit b655e86

Please sign in to comment.