added shebangs

This commit is contained in:
navid.sassan 2020-09-22 17:23:24 +02:00
parent 57f1dc28fd
commit 7a73e01e6c
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import numpy
import matplotlib.pyplot as plt

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
if __name__ == "__main__":
pass

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
if __name__ == "__main__":
pass