#!/usr/pkg/bin/python2.7

from lottanzb.core import App

if __name__ == "__main__":
    app = App()
    app.run()
