discord-rich-presence-plex/store/constants.py

6 lines
91 B
Python
Raw Normal View History

2022-05-10 20:23:12 +00:00
import sys
import os
isUnix = sys.platform in ["linux", "darwin"]
processID = os.getpid()