Updated Benchmarking and Created importer
This commit is contained in:
6
src/modules/importer.py
Normal file
6
src/modules/importer.py
Normal 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")
|
||||
Reference in New Issue
Block a user