- 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
96 B
Python
4 lines
96 B
Python
from app.services.psa.autotask.provider import AutotaskProvider
|
|
|
|
__all__ = ["AutotaskProvider"]
|