Skip to content

Commit

Permalink
Fix main file
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jan 24, 2024
1 parent 86ed5ad commit 31ccd84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions emmett/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
:license: BSD-3-Clause
"""

if __name__ == "__main__":
from .cli import main
from emmett.cli import main

main(as_module=True)
main(as_module=True)

0 comments on commit 31ccd84

Please sign in to comment.