Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. src/
  2.     __init__.py
  3.     module_1.py
  4.     module_2.py
  5. test/
  6.     __init__.py
  7.     test_module_1.py
  8.  
  9. ------
  10.  
  11. module_1.py
  12.  
  13. from module_2 import some_method
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement