Add '__init__.py'
This commit is contained in:
parent
a8d2f7d633
commit
1858a10e80
5
__init__.py
Normal file
5
__init__.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class ${REPO_NAME_PASCAL}:
|
||||||
|
def __dispatch__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
__main_class__ = ${REPO_NAME_PASCAL}
|
Loading…
Reference in New Issue
Block a user