mirror of
https://github.com/rembo10/headphones.git
synced 2026-01-10 23:38:05 -05:00
Mostly just updating libraries, removing string encoding/decoding, fixing some edge cases. No new functionality was added in this commit.
7 lines
109 B
Python
7 lines
109 B
Python
"""Stub for accessing the Cheroot CLI tool."""
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|