simple runner

This commit is contained in:
Kenneth Reitz
2011-09-24 13:55:24 -04:00
parent 9ae0d139ea
commit f386b12efd
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import localtunnel.cli
if __name__ == '__main__':
localtunnel.cli.main()