diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..0a9994c --- /dev/null +++ b/__init__.py @@ -0,0 +1,5 @@ +class ${REPO_NAME_PASCAL}: + def __dispatch__(self): + pass + +__main_class__ = ${REPO_NAME_PASCAL} \ No newline at end of file