__init__.py é um arquivo de inicialização dos packages em Python

This commit is contained in:
Luiz Otávio
2022-11-05 12:28:08 -03:00
parent 239139151f
commit bbe04f68ef
4 changed files with 13 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
def fala_oi():
def falar_oi():
print('oi')