specless.io.save_strategy

specless.io.save_strategy(strategy, filepath: str) None[source]

Save a strategy class to a file.

Parameters:
  • strategy (_type_) – The strategy to save.

  • filepath (str) – The path to the file where the strategy will be saved.