mirror of
https://github.com/kennethreitz-archive/python-localtunnel.git
synced 2026-06-05 23:40:17 +00:00
simple runner
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import localtunnel.cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
localtunnel.cli.main()
|
||||
Reference in New Issue
Block a user