First commit
This commit is contained in:
parent
f0f6e2357d
commit
f7a9f6bb55
3 changed files with 80 additions and 0 deletions
5
__init__.py
Normal file
5
__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
def register():
|
||||
print("hola mundo")
|
||||
def unregister():
|
||||
print("Goodbye World")
|
Loading…
Add table
Add a link
Reference in a new issue