- infra (k8s, kind, helm, docker) backbone is implemented - security: implementation + unit tests are done
7 lines
89 B
Python
7 lines
89 B
Python
def main():
|
|
print("Hello from incidentops!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|