diff --git a/hancho.py b/hancho.py index d549c7b..17b9961 100755 --- a/hancho.py +++ b/hancho.py @@ -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.