Source code for peek_plugin_base.server.PluginServerWorkerEntryHookABC

from abc import abstractproperty, ABCMeta

from celery.app.base import Celery


[docs]class PluginServerWorkerEntryHookABC(metaclass=ABCMeta): pass