| 9 | |
| 10 | |
| 11 | class Repository(Enum): |
| 12 | Core = 'core' |
| 13 | Extra = 'extra' |
| 14 | Multilib = 'multilib' |
| 15 | Testing = 'testing' |
| 16 | MultilibTesting = 'multilib-testing' |
| 17 | CoreTesting = 'core-testing' |
| 18 | ExtraTesting = 'extra-testing' |
| 19 | |
| 20 | |
| 21 | @dataclass |
no outgoing calls
no test coverage detected