``` todo: split fs.py to break cycle anything n...
# development
w
Copy code
todo:

split fs.py to break cycle
  anything not used by nodes.py/scheduler.py should probably move to globs.py

split `register.py` back into individual files

split `graph.py` into
  - struct-specific (struct.py)
  - BUILD file parsing specific ()

-------

done:

move `sources.py` into example

split `parsers.py` into
  - example-specific