Beispiel #1
0
#!/usr/bin/python

from fofum import Fofum


def ev(msg):
    print msg


f = Fofum(user='******')
f.listen_on_event('test', ev)