Add a hashbang line

This commit is contained in:
Juhani Krekelä 2022-07-23 15:46:27 +03:00
parent 66e28d6ef8
commit 099b09eee3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
from collections import namedtuple
Opcode = namedtuple('Opcode', ('mnemonic', 'rx', 'ry', 'addr'))