Import graph into future parent package

This commit is contained in:
Juan Nunez-Iglesias
2015-02-04 00:37:48 +11:00
parent e5fe82d6f3
commit 0d1a2ef1fa
+4
View File
@@ -4,3 +4,7 @@ any version update **and will not follow the skimage two-version deprecation
path**. Therefore, use the functions herein with care, and do not use them in
production code that will depend on updated skimage versions.
"""
from . import graph
__all__ = ['graph']