mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-08 14:36:02 +01:00
3 lines
127 B
Python
3 lines
127 B
Python
from .base import Consumer
|
|
from .file import FileConsumer, FileConsumerError
|
|
from .mail import MailConsumer, MailConsumerError
|