Skip to content
Snippets Groups Projects

L2SS-1866: Emit custom CHANGE_EVENTs

Merged Jan David Mol requested to merge emit_change_events into master
Compare and
18 files
+ 276
92
Compare changes
  • Side-by-side
  • Inline

Files

 
# Copyright (C) 2024 ASTRON (Netherlands Institute for Radio Astronomy)
 
# SPDX-License-Identifier: Apache-2.0
 
 
from .subscriptions import EventSubscriptions
 
from .change_events import ChangeEvents
 
 
__all__ = ["EventSubscriptions", "ChangeEvents"]
Loading