Files
muxplex/muxplex/__main__.py
T

6 lines
88 B
Python

"""Allow running muxplex as: python -m muxplex"""
from muxplex.cli import main
main()