97f9138
1
2
3
4
5
6
from src.worker import Worker if __name__ == "__main__": worker = Worker() worker.run()