__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

@@ -0,0 +1,2 @@
from aula99_package.modulo import *
from aula99_package.modulo_b import *