mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-10 10:25:03 -04:00
4 lines
101 B
Python
4 lines
101 B
Python
import os
|
|
import flask
|
|
here = os.path.abspath(os.path.dirname(__file__))
|
|
app = flask.Flask(__name__)
|