import sys sys.path.append('.') from src.model_training import train_all_horizons if __name__ == "__main__": train_all_horizons()