first commit

This commit is contained in:
mrtoine 2025-09-20 13:18:04 +02:00
commit e6c52820cd
227 changed files with 16156 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from .client import Client
from .handler import ClientHandler
from .prospect import Prospect
from .prospect_handler import ProspectHandler
from .cli import main