mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-14 23:20:24 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
import os
|
|
import flask
|
|
here = os.path.abspath(os.path.dirname(__file__))
|
|
app = flask.Flask(__name__)
|