5 lines
147 B
Python
5 lines
147 B
Python
"""TIM Contas business domain for the framework-native application."""
|
|
from .service import ContasDomainService
|
|
|
|
__all__ = ["ContasDomainService"]
|