MrDraw/src/octoprint/filemanager/destinations.py

4 lines
69 B
Python

class FileDestinations(object):
SDCARD = "sdcard"
LOCAL = "local"