Commit Inicial
This commit is contained in:
commit
0f47953453
24 changed files with 1366 additions and 0 deletions
12
app/clientes/__init__.py
Normal file
12
app/clientes/__init__.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from .base import ClienteBase, ClienteConfig, HolmesCliente
|
||||
from .registry import get_cliente, listar, obter, registrar
|
||||
|
||||
__all__ = [
|
||||
"ClienteBase",
|
||||
"ClienteConfig",
|
||||
"HolmesCliente",
|
||||
"get_cliente",
|
||||
"listar",
|
||||
"obter",
|
||||
"registrar",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue