module-template/__init__.py

5 lines
105 B
Python
Raw Normal View History

2020-04-27 17:56:02 +02:00
class ${REPO_NAME_PASCAL}:
def __dispatch__(self):
pass
__main_class__ = ${REPO_NAME_PASCAL}