Skip to content
Snippets Groups Projects

Feature/cleanup

6 files
+ 69
15
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
0
"""
Module that updated the domain model of GSO. Should contain all types of
subscriptions.
"""
from orchestrator.domain import SUBSCRIPTION_MODEL_REGISTRY
from gso.products.product_types.device import Device
Loading