Add tox
[pti/o2.git] / o2ims / domain / events.py
similarity index 99%
rename from src/o2ims/domain/events.py
rename to o2ims/domain/events.py
index 755f65e..591662f 100644 (file)
 # pylint: disable=too-few-public-methods
 from dataclasses import dataclass
 
+
 class Event:
     pass
 
+
 @dataclass
 class OcloudUpdated(Event):
     oCloudId: str