6 lines
135 B
Python
6 lines
135 B
Python
"""Allow python -m cli_anything.ccswitch"""
|
|
from cli_anything.ccswitch.ccswitch_cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|