AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Handle case of str in enum class #137

Closed mictab closed 7 years ago

mictab commented 7 years ago

Description

Let's the user not have to worry about the output of sys.platform(). Just do the comparsion to the OS enum cases and let the enum deal with the format of the string for you.

Important files to review

utils/OS.py