dreamutils/dreamutils/_internal.py
2020-11-26 19:50:58 +01:00

9 lines
124 B
Python

#!/usr/bin/python3
class _NotSupported:
@staticmethod
def os() -> str:
return 'Your OS is not supported'