Add shebang to main scripts

This commit is contained in:
2022-02-07 11:24:14 +01:00
parent 272794ce86
commit 870e0518d6
5 changed files with 5 additions and 0 deletions

1
src/report.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
import argparse
import numpy as np
from Experiments import Datasets