Skip to content
Snippets Groups Projects

Feature/cleanup

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