Updated Benchmarking and Created importer

This commit is contained in:
2018-05-22 18:42:42 +02:00
parent 3075114d78
commit 3787a59658
2 changed files with 14 additions and 2 deletions

6
src/modules/importer.py Normal file
View File

@@ -0,0 +1,6 @@
# This is the standard importer module
# It will import text based data points into the RAM to use with our algorithm
# Main method of the importer
if __name__ == '__main__':
print("IMPORTER MODULE")