import logging ; from util.log import logfile_path

This commit is contained in:
Christian Clauss 2019-11-16 19:41:05 +01:00 committed by GitHub
parent 5bc0f6f115
commit d980cbe484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
import logging
from config_app.c_app import app as application from config_app.c_app import app as application
from util.log import logfile_path
# Bind all of the blueprints # Bind all of the blueprints
import config_web import config_web