Skip to content
Snippets Groups Projects
Commit 25c85c39 authored by Erik Reid's avatar Erik Reid
Browse files

added a test script for running flask directly

parent 7e845ef9
Branches
Tags
No related merge requests found
"""
default app creation
"""
import brian_polling_manager
from brian_polling_manager import configuration
app = brian_polling_manager.create_app()
if __name__ == "__main__":
app.run(host="::", port="7878")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment