()
| 118 | |
| 119 | |
| 120 | def print_heading() -> None: |
| 121 | print(f"{version_str} (interactive)") |
| 122 | print("Type Ctrl-D to complete input, or Ctrl-C to exit.") |
| 123 | |
| 124 | |
| 125 | if __name__ == "__main__": |
no outgoing calls
no test coverage detected
searching dependent graphs…