aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-17 17:51:32 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-17 17:51:32 +0200
commit0a48924c0f1dbbfcbdc23712ee44a4b94c7cf06e (patch)
tree734dbe8508764d35e0a8427918e7619368190881 /fuzzycat
parent04a04125f82e2bd59a781338bd13497e9b97d76a (diff)
downloadfuzzycat-0a48924c0f1dbbfcbdc23712ee44a4b94c7cf06e.tar.gz
fuzzycat-0a48924c0f1dbbfcbdc23712ee44a4b94c7cf06e.zip
add stub script
Diffstat (limited to 'fuzzycat')
-rw-r--r--fuzzycat/fatcat/main.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/fuzzycat/fatcat/main.py b/fuzzycat/fatcat/main.py
new file mode 100644
index 0000000..9113d8f
--- /dev/null
+++ b/fuzzycat/fatcat/main.py
@@ -0,0 +1,8 @@
+# coding: utf-8
+
+"""
+Command line entry point for ad-hoc testing.
+"""
+
+def main():
+ print("fuzzycat fatcat matching") \ No newline at end of file