socketify.py/src/socketify/__main__.py

3 wiersze
57 B
Python

import sys
from .cli import execute
execute(sys.argv)