Skip to content
Snippets Groups Projects

Feature/cleanup

Merged Karel van Klink requested to merge feature/cleanup into develop
6 files
+ 69
15
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 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