Skip to content

Commit

Permalink
feat: install script
Browse files Browse the repository at this point in the history
  • Loading branch information
supersergiy committed Jan 26, 2025
1 parent 2d23d32 commit 6162034
Show file tree
Hide file tree
Showing 4 changed files with 717 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compile_waterz
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3
import waterz

if __name__ == "__main__":
waterz.agglomerate()
Loading

0 comments on commit 6162034

Please sign in to comment.