mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +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()
|