constants.py 103 B

1234
  1. import tempfile
  2. import os
  3. SLACKVIEWER_TEMP_PATH = os.path.join(tempfile.gettempdir(), "_slackviewer")