Skip to content

Commit

Permalink
DEV: Add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Apr 18, 2024
1 parent 0f9e27a commit e517690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gbintk/cli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

from collections import OrderedDict
from typing import Mapping, Optional

Expand Down

0 comments on commit e517690

Please sign in to comment.