Skip to content

Instantly share code, notes, and snippets.

@yorikvanhavre
Created December 10, 2014 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorikvanhavre/0f42d55ace8f76e9d727 to your computer and use it in GitHub Desktop.
Save yorikvanhavre/0f42d55ace8f76e9d727 to your computer and use it in GitHub Desktop.
f = open("/path/to/myfile.ncc")
s1 = f.read()
from PathScripts import pre_example
s2 = pre_example.parse(s1)
import Path
p = Path.Path(s2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment