Guest User

Untitled

a guest
Nov 18th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import os
  2. import sys
  3.  
  4. CURRENT_PATH = os.path.dirname(os.path.abspath(__file__))
  5. sys.path.append(CURRENT_PATH)
  6.  
  7. # then you can safely import everything in this module folder
  8. from current.path.module import (
  9. function_you_need, varible_you_need
  10. )
Add Comment
Please, Sign In to add comment