Skip to content

Commit

Permalink
[FIX] accidentally deleted main
Browse files Browse the repository at this point in the history
  • Loading branch information
htwangtw authored Dec 14, 2023
1 parent 1ff3191 commit cfe904e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions giga_connectome/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ def global_parser() -> argparse.ArgumentParser:
type=int,
nargs=1,
)
return parser


def main(argv=None):
"""Entry point."""
parser = global_parser()

args = parser.parse_args(argv)

Expand Down

0 comments on commit cfe904e

Please sign in to comment.