mirror of
https://github.com/kennethreitz-archive/python_project.git
synced 2026-06-05 23:50:19 +00:00
ready to rock
This commit is contained in:
Executable
+11
@@ -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()
|
||||
Reference in New Issue
Block a user