represt cli commands are not working with the latest version 0.37.1
$ represt rm --help Traceback (most recent call last): File "dng/.venv/bin/represt", line 10, in <module> sys.exit(main()) ~~~~^^ File "dng/.venv/lib/python3.13/site-packages/elmclient/examples/represt.py", line 392, in main represt_main() ~~~~~~~~~~~~^^ File "dng/.venv/lib/python3.13/site-packages/elmclient/examples/represt.py", line 104, in represt_main appcls.add_represt_arguments( subparsers, common_args ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'AMApp' has no attribute 'add_represt_arguments'
represt cli commands are not working with the latest version
0.37.1$ represt rm --help Traceback (most recent call last): File "dng/.venv/bin/represt", line 10, in <module> sys.exit(main()) ~~~~^^ File "dng/.venv/lib/python3.13/site-packages/elmclient/examples/represt.py", line 392, in main represt_main() ~~~~~~~~~~~~^^ File "dng/.venv/lib/python3.13/site-packages/elmclient/examples/represt.py", line 104, in represt_main appcls.add_represt_arguments( subparsers, common_args ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'AMApp' has no attribute 'add_represt_arguments'