mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-12 04:08:06 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
from enum import Enum
|
|
|
|
|
|
class PluginStorageType(Enum):
|
|
Git = "git"
|
|
Oss = "oss" |