5 lines
85 B
Python
5 lines
85 B
Python
from eveai_chat_workers import celery
|
|
|
|
if __name__ == '__main__':
|
|
celery.start()
|