Add '__init__.py'

This commit is contained in:
fomys 2020-04-27 15:56:02 +00:00
parent a8d2f7d633
commit 1858a10e80

5
__init__.py Normal file
View File

@ -0,0 +1,5 @@
class ${REPO_NAME_PASCAL}:
def __dispatch__(self):
pass
__main_class__ = ${REPO_NAME_PASCAL}