5 lines
114 B
Python
5 lines
114 B
Python
# Entrypoint for the Python microservice
|
|
|
|
if __name__ == "__main__":
|
|
print("Python microservice is running.")
|