mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-07-09 18:18:11 -07:00
7 lines
101 B
Python
7 lines
101 B
Python
from __future__ import annotations
|
|
|
|
from rrcd.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|