Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import web
from zk import ZooKepperConnection
urls = ('/(.*)', 'node')
render = web.template.render('templates/')
zkc = ZooKepperConnection("192.168.0.71:2181")
class node: