Projeto do Agent Contas ORACLE
This commit is contained in:
4
app/domain/contas/__init__.py
Normal file
4
app/domain/contas/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""TIM Contas business domain for the framework-native application."""
|
||||
from .service import ContasDomainService
|
||||
|
||||
__all__ = ["ContasDomainService"]
|
||||
Reference in New Issue
Block a user