Skip to content

Commit

Permalink
Refactor entrypoint.py to add shebang line for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Sep 22, 2024
1 parent 936efd5 commit 8ef6997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import rohub
import os
import zipfile
Expand Down

0 comments on commit 8ef6997

Please sign in to comment.