diff --git a/soup_cli/commands/quickstart.py b/soup_cli/commands/quickstart.py index 28248ce..7d0e06b 100644 --- a/soup_cli/commands/quickstart.py +++ b/soup_cli/commands/quickstart.py @@ -1,5 +1,7 @@ """soup quickstart — one command for a complete demo (create data + config + train).""" +from __future__ import annotations + import json from pathlib import Path