Created consistent dataloader

This commit is contained in:
2024-05-13 15:29:55 +01:00
parent 6df0fea652
commit 8204109561
5 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
def main():
print("Working")
if __name__ == "__main__":
main()