Add shebang to run_adsms.py

This commit is contained in:
Samuel Sloniker 2023-05-09 11:11:42 -07:00
parent 3e80f53ed9
commit 7c38eae1aa

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import adsms
adsms.main()