Updated product_keys.py

This commit is contained in:
2Shirt 2018-12-27 20:07:18 -07:00
parent 72eac47524
commit 82a2d6b74d
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -109,3 +109,5 @@ def run_produkey():
if __name__ == '__main__': if __name__ == '__main__':
print("This file is not meant to be called directly.") print("This file is not meant to be called directly.")
# vim: sts=2 sw=2 ts=2