Files
Kenneth Reitz 21670e1a42 ready to rock
2010-08-02 08:51:57 -04:00

12 lines
161 B
Python
Executable File

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Example Runner/Dipatch"""
import example
import example.cli
if __name__ == '__main__':
example.cli.start()