mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-09 02:06:09 +01:00
dd23846059
- [nexus] Switch bot - [bot] Added extra receivers functionality GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
7 lines
153 B
Python
7 lines
153 B
Python
from library.jobber import job_cli
|
|
from nexus.ingest.configs import get_config
|
|
|
|
if __name__ == '__main__':
|
|
config = get_config()
|
|
job_cli(config)
|