ready to rock

This commit is contained in:
Kenneth Reitz
2010-08-02 08:51:57 -04:00
commit 21670e1a42
13 changed files with 176 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Example Runner/Dipatch"""
import example
import example.cli
if __name__ == '__main__':
example.cli.start()