feat: implementacao inicial do sistema LeadRadar

This commit is contained in:
2026-08-26 17:14:35 -03:00
commit eb64f9a0f6
43 changed files with 2888 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from app.models.user import User
from app.models.lead import Lead
from app.models.lead_interacao import LeadInteracao
__all__ = ['User', 'Lead', 'LeadInteracao']