Skip to content

Commit

Permalink
chore: Add block for running puya module directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Dec 5, 2024
1 parent 32e2ec5 commit a6fdfaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/puya/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ def cli() -> None:
awst_json=awst_json,
source_annotations_json=source_annotations_json,
)


if __name__ == "__main__":
cli()

0 comments on commit a6fdfaf

Please sign in to comment.