Wordseer / wordseer

The WordSeer text analysis tool, written in Flask.
http://wordseer.berkeley.edu/
40 stars 16 forks source link

Is it possible to get rid of the circular import in app/__init__.py? #43

Closed keien closed 10 years ago

keien commented 10 years ago

Not a huge issue, but it's always bothered me that we have to import app.models in app/init.py, and models import from app.

abendebury commented 10 years ago

This has bothered me too - I think I tried and failed to get rid of it.