Skeleton ready
This commit is contained in:
0
kernel/rabbitmq/enum/__init__.py
Normal file
0
kernel/rabbitmq/enum/__init__.py
Normal file
5
kernel/rabbitmq/enum/content_type.py
Normal file
5
kernel/rabbitmq/enum/content_type.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class ContentType(str, Enum):
|
||||
APPLICATION_JSON = "application/json"
|
||||
Reference in New Issue
Block a user