pyromaniac 🔥 Reload modules and classes and live-patch objects during runtime 🔥 Installation pip install git+https://github.com/bornabesic/pyromaniac Usage import pyromaniac reloader = pyromaniac.Reloader() reloader.start() # Runs the reloader in a separate thread Demo