Add shebang

This commit is contained in:
Midgard 2024-04-25 21:32:57 +02:00
parent 0baab314ed
commit 11dd849b5c
Signed by: midgard
GPG key ID: 511C112F1331BBB4

2
numberdealers/users.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from os.path import expanduser
import json