Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Allow "python -m apistar"
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Sep 19, 2019
1 parent 2edeb69 commit 47268c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apistar/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .cli import cli

if __name__ == "__main__":
cli()

0 comments on commit 47268c5

Please sign in to comment.