Updated init files.

This commit is contained in:
Nanda Scott 2018-02-16 19:28:42 -05:00
parent 7b3f1a4c96
commit e9309ef5f1
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@ from scrython.rulings import Code
#Import classes from sets
from scrython.sets import Code
from scrython.sets import Sets

View File

@ -1 +1,2 @@
from .code import Code
from .sets import Sets