[O] Naming convensions

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-05-09 00:27:36 -04:00
parent e6ac7c42d8
commit 36cee53431
2 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ if __name__ == '__main__':
print(job)
if job == 'dataset4j':
from javaDS import createDS
from dataset4j import create_dataset
createDS()
create_dataset()
elif job == 'dataset4c':
from otherDatasets import core