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 3, 2024
1 parent 31086d3 commit 8817b68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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)

import isar
import isar.cli

if __name__ == "__main__":
isar.cli.cli()

0 comments on commit 8817b68

Please sign in to comment.