This method is called before render and update.
(self, background)
| 116 | ######################################################################## |
| 117 | |
| 118 | def setup(self, background): |
| 119 | "This method is called before render and update." |
| 120 | raise NotImplementedError() |
| 121 | |
| 122 | def render(self, graphics): |
| 123 | "This method is called when screen should render." |
no outgoing calls
no test coverage detected