mirror of
https://github.com/janeczku/calibre-web
synced 2025-05-13 20:54:10 +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__)
|