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