Code relocation

This commit is contained in:
superobk
2024-05-09 11:46:49 +08:00
parent 2fbceddae5
commit e139b82971

View File

@ -37,10 +37,6 @@ class Blackbox(ABC):
async def fast_api_handler(self, request: Request) -> Response: async def fast_api_handler(self, request: Request) -> Response:
pass pass
@abstractmethod
async def vlms_api_handler(self, request: Request) -> Response:
pass
@abstractmethod @abstractmethod
def __call__(self, *args, **kwargs): def __call__(self, *args, **kwargs):
pass pass