mirror of https://github.com/flaggo/pydu.git
Add platform to help judge which platform we are working on
This commit is contained in:
parent
fb429508a3
commit
2e14d32bf2
|
@ -0,0 +1,4 @@
|
|||
import os
|
||||
|
||||
|
||||
WINDOWS = os.name == 'nt'
|
Loading…
Reference in New Issue