index
:
base-dataset
hydroroll-bot-patch-1
main
Official dataset for HydroRoll, published under license AFL3.0
HydroRoll-Team
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
main.py
blob: 36b2dafbadcd42296ed75aecc765423e41b7824d (
plain
) (
blame
)
1
2
3
4
5
6
def main(): print("Hello from base-dataset!") if __name__ == "__main__": main()