1 2 3 4 5 6
from hrc.core import Core core = Core(hot_reload=True) if __name__ == '__main__': core.run()