- Create AutotaskProvider stub with all abstract methods raising NotImplementedError - Create HaloPSAProvider stub with all abstract methods raising NotImplementedError - Add PSA provider grid in IntegrationsPage showing ConnectWise (active), Autotask (Coming Soon), and Halo PSA (Coming Soon) with appropriate badges Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
93 B
Python
4 lines
93 B
Python
from app.services.psa.halopsa.provider import HaloPSAProvider
|
|
|
|
__all__ = ["HaloPSAProvider"]
|