mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-08 23:03:01 -04:00
4 lines
90 B
Python
4 lines
90 B
Python
import flask
|
|
|
|
# Test Flask initialization with main module.
|
|
app = flask.Flask('__main__')
|