# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # import folly.iobuf as _fbthrift_iobuf import typing as _typing from thrift.py3.server import RequestContext, ServiceInterface from abc import abstractmethod, ABCMeta import module.types as _module_types _SinkServiceInterfaceT = _typing.TypeVar('_SinkServiceInterfaceT', bound='SinkServiceInterface') class SinkServiceInterface( ServiceInterface, metaclass=ABCMeta, ): pass