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