Skip to content

Instantly share code, notes, and snippets.

@cassiel
Created February 14, 2012 22:47
Show Gist options
  • Save cassiel/1831280 to your computer and use it in GitHub Desktop.
Save cassiel/1831280 to your computer and use it in GitHub Desktop.
m_Configuration = Manifest(
FULL_CANVAS = False,
DO_VORONOI = True,
TREE_DEPTH = 5,
FIELD_TIMER_INTERVAL = 0.033,
ASSETS_DIR = "/Users/nick/CASSIEL/FIELDWORKSPACE/"
)
m_Nested = Manifest(
A = Manifest(B = 6, C = "Hello"),
D = Manifest(E = False),
L = [1, 4, 9, Manifest(Z = 14)],
L_L = [[1, 2], [3, 4, [5]], 6, []],
N = None
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment