check_sys/issues/postfix.py
2023-06-07 16:49:12 +02:00

7 lines
88 B
Python

#!/usr/bin/env python3
def postfix() -> dict:
postfix = dict()
return postfix