blob: 81f7c71014f6fcbf9d6531a549417958e223025c [file] [log] [blame] [edit]
#!/venv/lnt/bin/python
# -*- Python -*-
import lnt.server.ui.app
application = lnt.server.ui.app.App.create_standalone(
'/Users/ddunbar/lnt/tests/SharedInputs/test-instance/lnt.cfg')
if __name__ == "__main__":
import werkzeug
werkzeug.run_simple('localhost', 8000, application)