summary refs log tree commit diff
path: root/src/pollyanna.vc
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2025-09-06 16:22:50 -0700
committerIrene Knapp <ireneista@irenes.space>2025-09-06 16:22:50 -0700
commit63ed2e5a680b6e0e352721a8238e2918cb3e70ff (patch)
tree3f3d679b82109c6101ecc14ff153e12516dd786a /src/pollyanna.vc
parent18e38018cf4cc8f9689c453f5013426e60bf744a (diff)
the vanity commit (change kaylee to pollyana everywhere)
except the copyright notices, those need more care and attention

Force-Push: yes
Change-Id: Ibddfb1b7a0edbb0d4adb6cfaf0ac4239537ade2f
Diffstat (limited to 'src/pollyanna.vc')
-rwxr-xr-xsrc/pollyanna.vc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pollyanna.vc b/src/pollyanna.vc
new file mode 100755
index 0000000..79a46bc
--- /dev/null
+++ b/src/pollyanna.vc
@@ -0,0 +1,10 @@
+#!/usr/bin/env python3
+# This is part of Kaylee
+# -- this code is licensed GPLv3
+# Copyright 2015-2016 Clayton G. Hobbs
+# Portions Copyright 2013 Jezra
+
+from pollyanna import pollyanna
+
+if __name__ == '__main__':
+    pollyanna.run()