(scene: Scene)
| 12 | |
| 13 | |
| 14 | def handle_animations(scene: Scene) -> None: |
| 15 | from git_sim.animations import handle_animations as _handle_animations |
| 16 | |
| 17 | with settings.font_context: |
| 18 | return _handle_animations(scene) |
| 19 | |
| 20 | |
| 21 | def add( |
no outgoing calls
no test coverage detected