(athena: Athena)
| 134 | } |
| 135 | |
| 136 | async unload(athena: Athena) { |
| 137 | athena.deregisterTool("python/exec"); |
| 138 | athena.deregisterTool("python/exec-file"); |
| 139 | athena.deregisterTool("python/pip-install"); |
| 140 | } |
| 141 | } |
nothing calls this directly
no test coverage detected