Protocol.py 103 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 """ @author: Georg Hopp """ class Protocol(object): pass # vim: set ft=python et ts=8 sw=4 sts=4: