예제 #1
0
# coding: utf-8

from bootstrap import Bootstrap

app = Bootstrap.bootstrap()

if __name__ == '__main__':
    app.run('0.0.0.0', 4759)