diff options
Diffstat (limited to 'src/pollyanna.vc')
-rwxr-xr-x | src/pollyanna.vc | 10 |
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() |