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