first intial
This commit is contained in:
4
apps/python-microservice/main.py
Normal file
4
apps/python-microservice/main.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Entrypoint for the Python microservice
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Python microservice is running.")
|
||||
Reference in New Issue
Block a user