summary refs log tree commit diff
path: root/kaylee.py
blob: 082d6b631c4c5da24c6f4d5f64c072aaecb809da (plain)
1
2
3
4
5
6
7
8
9
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 kayleevc import kaylee

if __name__ == '__main__':
    kaylee.run()