Initial snapshot.

This commit is contained in:
Ian Gulliver
2014-03-25 13:43:11 -07:00
commit c99c171dbc
17 changed files with 1140 additions and 0 deletions

9
config.py Normal file
View File

@@ -0,0 +1,9 @@
# Co-existence
URL_PREFIX = '/cosmopolite'
NAMESPACE = 'cosmopolite'
# Timings
CHANNEL_DURATION_SECONDS = 60 * 60 * 2 # 2 hours
# Probabilities
CHAOS_PROBABILITY = 0.50