All checks were successful
Build Docker / Build Docker (push) Successful in 1m39s
7 lines
87 B
Python
7 lines
87 B
Python
def main():
|
|
print("Hello from hns-login!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|