Skip to content
Snippets Groups Projects
Commit f0881fff authored by Nishanth artham's avatar Nishanth artham
Browse files

bootstrap with worker template

parent 5a19dde7
No related branches found
No related tags found
1 merge request!1Bootstrap the repo with the base-worker tempalte
Pipeline #130008 failed
...@@ -8,7 +8,7 @@ class Demo(ElementsWorker): ...@@ -8,7 +8,7 @@ class Demo(ElementsWorker):
def main(): def main():
Demo(description="{{ cookiecutter.description }}").run() Demo(description="Palm Leaf Manuscript Region Annotator").run()
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment