mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
made clients/pm3_*.py importable as Python modules
This commit is contained in:
parent
f208c9e281
commit
11d2326425
2 changed files with 4 additions and 2 deletions
|
@ -32,4 +32,5 @@ def main(argv):
|
|||
file_inp.close()
|
||||
file_out.close()
|
||||
|
||||
main(sys.argv)
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue