Skip to content

Commit

Permalink
Reintroduce main.py for backwards compability
Browse files Browse the repository at this point in the history
this can be removed in next minor bump of version (1.20.0)
  • Loading branch information
tsundvoll committed Jun 5, 2024
1 parent 3c1a71f commit 89f70fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file is added for backwards-compability for versions 1.19.2 and older.
# It can be removed in the next minor bump (1.20.0)

from isar.script import start

if __name__ == "__main__":
start()

0 comments on commit 89f70fa

Please sign in to comment.