mirror of
https://github.com/bytedream/dreamutils.git
synced 2025-05-10 04:15:09 +02:00
9 lines
124 B
Python
9 lines
124 B
Python
#!/usr/bin/python3
|
|
|
|
|
|
class _NotSupported:
|
|
|
|
@staticmethod
|
|
def os() -> str:
|
|
return 'Your OS is not supported'
|