import sys sys.path.append(".") from bootstrap.bootstrap import bootstrap if __name__ == "__main__": bootstrap()