diff options
Diffstat (limited to 'src/macros/99-none.py')
-rw-r--r-- | src/macros/99-none.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macros/99-none.py b/src/macros/99-none.py new file mode 100644 index 0000000..3c15de4 --- /dev/null +++ b/src/macros/99-none.py @@ -0,0 +1,3 @@ +import skeleton + +configuration = skeleton.Configuration("Nothing") |