Skip to content

Commit

Permalink
tweak example running on module call
Browse files Browse the repository at this point in the history
  • Loading branch information
GillySpace27 committed Nov 28, 2024
1 parent 53c151a commit af13353
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EMToolKit/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .examples import example_dir, example_run

example_dir()
example_run()
if __name__ == "__main__":
example_dir()
example_run()

0 comments on commit af13353

Please sign in to comment.