summaryrefslogtreecommitdiff
path: root/lib.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-04 16:13:24 +0200
committerLars Wirzenius <liw@liw.fi>2017-03-04 16:13:24 +0200
commit2135942e49989c10c73464b1bdfdf490e8edd24a (patch)
tree42fe0816451ab273ef68764ef3aaf87d87c6d046 /lib.py
downloadgit.liw.fi-ruleset-tests-2135942e49989c10c73464b1bdfdf490e8edd24a.tar.gz
Initial commit
Diffstat (limited to 'lib.py')
-rw-r--r--lib.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib.py b/lib.py
new file mode 100644
index 0000000..fe39735
--- /dev/null
+++ b/lib.py
@@ -0,0 +1,7 @@
+import os
+
+import cliapp
+
+import yarnhelper
+
+helper = yarnhelper.YarnHelper()