Files
twitterboard/twiderboard/twiderboard.py
2013-02-15 00:32:18 +01:00

11 lines
186 B
Python

"""
Top level application that will start the streamer and the API.
"""
from flask_app import app
class Twiderboard():
def __init__(self):
app.run()
print "coucou"