Guest User

Untitled

a guest
Dec 10th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. myPackage /
  2. __init__.py
  3. module1
  4. module2
  5. module3
  6. ...
  7.  
  8. from module1 import func1, func2, ...
  9.  
  10. from myPackage.module1 import xyz
  11.  
  12. from .module1 import xyz
Add Comment
Please, Sign In to add comment