mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-06-19 19:06:14 -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()
|