mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +00:00
ConflictResolution enum for commands config
This commit is contained in:
parent
550704132b
commit
cec88fa0a7
@ -2,6 +2,13 @@ from collections import OrderedDict
|
||||
from aiocache import cached
|
||||
from types import FunctionType
|
||||
import asyncio
|
||||
import enum
|
||||
|
||||
|
||||
class ConflictResolution(enum.Enum):
|
||||
Silent = 0
|
||||
Append = 1
|
||||
Exception = 2
|
||||
|
||||
|
||||
class PenguinStringCompiler(OrderedDict):
|
||||
|
Loading…
Reference in New Issue
Block a user