it looks like doing this correctly involves shimmi...
# announcements
b
it looks like doing this correctly involves shimming
import
and building a dependency graph as files are loaded, and then reloading the file that has changed, followed by all of the files that imported that file, etc. until you’ve hit the whole tree. Thankfully it seems like there’s a pip module to do it: https://pypi.org/project/reloader/… gonna give it a shot