The main function. Return: The process return code.
()
| 158 | |
| 159 | |
| 160 | def main() -> int: |
| 161 | ''' |
| 162 | The main function. |
| 163 | |
| 164 | Return: |
| 165 | The process return code. |
| 166 | ''' |
| 167 | retrieve_kodak_set() |
| 168 | return 0 |
| 169 | |
| 170 | |
| 171 | if __name__ == '__main__': |
no test coverage detected