mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-09 18:25:53 +01:00
dd23846059
- [nexus] Switch bot - [bot] Added extra receivers functionality GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
7 lines
223 B
Python
7 lines
223 B
Python
from .crossref_api import CrossrefApiJob
|
|
from .libgen_api import LibgenApiJob
|
|
from .postgres import PostgresJob
|
|
from .self_feed import SelfFeedJob
|
|
|
|
__all__ = ['CrossrefApiJob', 'LibgenApiJob', 'PostgresJob', 'SelfFeedJob']
|