mirror of
https://github.com/kennethreitz-archive/python-localtunnel.git
synced 2026-06-18 06:20:59 +00:00
7 lines
124 B
Python
Executable File
7 lines
124 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import localtunnel.cli
|
|
|
|
if __name__ == '__main__':
|
|
localtunnel.cli.main() |