From 1858a10e80a422df1d272925934279d3384cd404 Mon Sep 17 00:00:00 2001 From: fomys Date: Mon, 27 Apr 2020 15:56:02 +0000 Subject: [PATCH] Add '__init__.py' --- __init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 __init__.py 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