Guest User

Untitled

a guest
Nov 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import json
  2. import os
  3.  
  4. AE4878_path = os.path.dirname(os.path.realpath(__file__))
  5. with open(os.path.join(AE4878_path,'constants.json')) as handle:
  6. course_constants = json.loads(handle.read())
Add Comment
Please, Sign In to add comment