Add shebang to test script

This commit is contained in:
Corder Guy 2018-04-17 14:26:30 -05:00
parent d02aaf2495
commit 189901033a

1
test.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import mocha_server
#mocha_server.insert_row(4, 'andrew')