Add shebang to boggle

This commit is contained in:
Ivan Malison 2018-06-20 14:19:35 -07:00
parent 5fd953da3d
commit 8080f1efa1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

1
dotfiles/lib/python/boggle.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#! /usr/bin/env python
import random