cic-internal-integration/apps/cic-ussd/cic_ussd/metadata/custom.py

13 lines
263 B
Python
Raw Normal View History

2021-06-23 10:54:34 +02:00
# standard imports
# external imports
# local imports
from .base import MetadataRequestsHandler
class CustomMetadata(MetadataRequestsHandler):
def __init__(self, identifier: bytes):
super().__init__(cic_type=':cic.custom', identifier=identifier)