Skip to content

Commit 6b93cff

Browse files
Problem: Hen and egg (python circular imports)
1 parent a093827 commit 6b93cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tvseries/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
from tvseries import config
55

6+
print("Problem: Hen and egg (python circular imports)")
67
app = Flask(__name__)
78
app.config.from_object(config.DevelopmentConfig)
89

0 commit comments

Comments
 (0)