djvuв importlib есть функция reload, она позволяет заново подгрузить уже импортированый модуль
Во время выполнения хочу править исходник с классом TableParser.
https://docs.python.org/3/library/importlib.html#importlib.reload
..This is useful if you have edited the module source file using an external editor and want to try out the new version without leaving the Python interpreter…