In python versions prior to 3.12, using a backslash in an f-string would cause a `SyntaxError`, change the expression to use string concatenation.
revng
Add a python interface (`revng.profile`) for interacting with the rev.ng infrastructure as a whole; either through the CLI (`CLIProject`) or the GraphQL API (`DaemonProject`).