mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
6 lines
85 B
Python
Executable file
6 lines
85 B
Python
Executable file
#!/usr/bin/env python3
|
|
import sys
|
|
|
|
from chirp.cli import main
|
|
|
|
sys.exit(main.main())
|