First commit

This commit is contained in:
Victor Barberan 2024-12-29 11:32:44 +01:00
parent f0f6e2357d
commit f7a9f6bb55
3 changed files with 80 additions and 0 deletions

5
__init__.py Normal file
View file

@ -0,0 +1,5 @@
def register():
print("hola mundo")
def unregister():
print("Goodbye World")