We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a093827 commit 6b93cffCopy full SHA for 6b93cff
tvseries/__init__.py
@@ -3,6 +3,7 @@
3
4
from tvseries import config
5
6
+print("Problem: Hen and egg (python circular imports)")
7
app = Flask(__name__)
8
app.config.from_object(config.DevelopmentConfig)
9
0 commit comments