mlops-git-hf / main.py
github-actions[bot]
Update from GitHub Actions
2bc81c7
raw
history blame contribute delete
92 Bytes
def main():
print("Hello from opne-weatherui!")
if __name__ == "__main__":
main()