Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodmallet committed Jan 30, 2018
1 parent 6f33514 commit 882ec00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions simc_support/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import simc_checks
import wow_lib
__all__ = [ "simc_checks", "wow_lib" ]

from . import simc_checks
from . import wow_lib

0 comments on commit 882ec00

Please sign in to comment.