6 lines
88 B
Python
6 lines
88 B
Python
"""Allow running muxplex as: python -m muxplex"""
|
|
|
|
from muxplex.cli import main
|
|
|
|
main()
|