Add __all__ to specify modules which should be imported

This commit is contained in:
Rishabh Raj
2014-04-13 15:08:28 +05:30
parent 07970bd0b0
commit 62a91370f8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
__all__ = ['python_to_notebook']
import json
import copy