Skip to content

Commit

Permalink
fix: add __main__.py module
Browse files Browse the repository at this point in the history
This should allow running the command using `python -m honeybee_ies`
  • Loading branch information
mostaphaRoudsari committed Dec 10, 2021
1 parent 04e7f67 commit 995c6e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions honeybee_ies/__main__.py
@@ -0,0 +1,5 @@
from honeybee_ies.cli import ies


if __name__ == '__main__':
ies()

0 comments on commit 995c6e5

Please sign in to comment.