Skip to content
Snippets Groups Projects

Bootstrap repo

Merged Yoann Schneider requested to merge bootstrap into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,7 +8,9 @@ class Demo(ElementsWorker):
def main():
Demo(description="Fill base-worker cache with information about dataset and extract images").run()
Demo(
description="Fill base-worker cache with information about dataset and extract images"
).run()
if __name__ == "__main__":
Loading