MCPcopy
hub / github.com/coleifer/sqlite-web / main

Function main

sqlite_web/sqlite_web.py:1734–1738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1732
1733
1734def main():
1735 kwargs = configure_app() # Read options from command-line, configure app.
1736
1737 # Run WSGI application.
1738 app.run(**kwargs)
1739
1740
1741if __name__ == '__main__':

Callers 2

__main__.pyFile · 0.70
sqlite_web.pyFile · 0.70

Calls 1

configure_appFunction · 0.85

Tested by

no test coverage detected