mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
5 lines
90 B
Python
5 lines
90 B
Python
import flask
|
|
|
|
# Test Flask initialization with main module.
|
|
app = flask.Flask('__main__')
|