Skip to content

Commit

Permalink
add Command back in
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Jun 2, 2024
1 parent 34dc0a6 commit 5750044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hancho.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ def stem(self, p):
p = p._out_files[0]
return path.splitext(path.basename(p))[0]

class Command(Config):
pass

####################################################################################################
# All static methods and fields are available to use in any template string.

Expand Down

0 comments on commit 5750044

Please sign in to comment.