from enum import Enum class IncBackupPath(Enum): SFTP = "/home/cyberpanel/sftp" AWS = "/home/cyberpanel/aws" # WASABI = "/home/cyberpanel/wasabi"