Skip to content

Commit

Permalink
Add app plugin to factory
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Aug 12, 2024
1 parent 4c21a67 commit ba92a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ixdiagnose/plugins/factory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from ixdiagnose.utils.factory import Factory

from .active_directory import ActiveDirectory
from .apps import Apps
from .audit import Audit
from .certificates import Certificates
from .cloud_backup import CloudBackup
Expand Down Expand Up @@ -38,6 +39,7 @@
plugin_factory = Factory()
for plugin in [
ActiveDirectory,
Apps,
Audit,
Certificates,
CloudBackup,
Expand Down

0 comments on commit ba92a2a

Please sign in to comment.