~terry-n-brown/+junk/leo_test

1
2
3
4
5
6
7
8
#!/usr/bin/env python

""" Leo launcher script
A minimal script to launch leo.
"""

import leo.core.runLeo
leo.core.runLeo.run()