Skip to content

Instantly share code, notes, and snippets.

View OptiverTimAll's full-sized avatar

Timothy Allen OptiverTimAll

  • Optiver Pty Ltd
View GitHub Profile
#!/usr/bin/env python2.7
import logging
from twisted import logger
from twisted.internet import defer
# Route Python's logging somewhere sensible.
logging.basicConfig(level=logging.DEBUG)