diff --git a/bin/sort.py b/bin/sort.py index 891c60a..4742be3 100644 --- a/bin/sort.py +++ b/bin/sort.py @@ -1,3 +1,7 @@ +# /// script +# dependencies = ["natsort"] +# /// + import ast import sys