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