add CreoleObjSpace in __init__.py

This commit is contained in:
2019-12-19 09:50:33 +01:00
parent 06535b42b8
commit 1a3632f577
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
from .loader import load
from .objspace import CreoleObjSpace
from .annotator import modes
__ALL__ = ('load', 'modes')
__ALL__ = ('load', 'CreoleObjSpace', 'modes')