4 lines
90 B
Python
4 lines
90 B
Python
from mongo_worker import MongoWorker
|
|
|
|
if __name__ == "__main__":
|
|
print("Hello World!") |