(self)
| 38 | return self.path / 'Animation' |
| 39 | |
| 40 | def article_path(self) -> Path: |
| 41 | return self.path / 'Article' |
| 42 | |
| 43 | def doc_path(self) -> Path: |
| 44 | return self.article_path() / (self.problem.title_slug() + '.md') |
no outgoing calls
no test coverage detected