1 2 3 4
# This file is needed to make the relative imports in backend/ work properly. if __name__ == "__main__": from backend.main import main main()