Files
headphones/lib/cheroot/__main__.py
rembo10 ab4dd18be4 Initial python3 changes
Mostly just updating libraries, removing string encoding/decoding,
fixing some edge cases. No new functionality was added in this
commit.
2022-01-14 10:38:06 +05:30

7 lines
109 B
Python

"""Stub for accessing the Cheroot CLI tool."""
from .cli import main
if __name__ == '__main__':
main()