Skip to content
campadrenalin edited this page Feb 14, 2012 · 2 revisions

The Python Library is divided into two logical segments, the model and utilities. These are found in the root repo folder as "./model" and "./util", respectively.

Model

Contains Python classes for the basic concepts of ConcurrenTree.

Utilities

Useful things that are not part of the model, but may be needed in those classes, or for implementing technology that uses them.

Clone this wiki locally