mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
6 lines
94 B
Python
Executable file
6 lines
94 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from owrx.__main__ import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|