Add shebang to boggle

This commit is contained in:
2018-06-20 14:19:35 -07:00
parent 5fd953da3d
commit 8080f1efa1

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

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