aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/bench.py b/bench.py
index 4985e59..d1332e8 100755
--- a/bench.py
+++ b/bench.py
@@ -46,7 +46,15 @@ def epilog():
pickle.dump(src.globalvars.facts, f)
+def checkDependenciesAndPreconditions():
+ # TODO: matplotlib
+ # TODO: python 3.6
+ # TODO mariadb
+ pass
+
def main():
+ checkDependenciesAndPreconditions()
+
args = parser.parse_args()
if args.license:
print("Copyright (C) 2018-2019 Florian Fischer")