Initial commit
This commit is contained in:
7
proxy/__init__.py
Executable file
7
proxy/__init__.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from flask import Flask
|
||||
from .config import Config
|
||||
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(Config)
|
||||
|
||||
from proxy import rss_proxy, healthcheck
|
||||
Reference in New Issue
Block a user