Add the command that registers to the SMO; Make the create registration and create...
[pti/o2.git] / o2common / domain / events.py
index 591662f..50d25e6 100644 (file)
 #  limitations under the License.
 
 # pylint: disable=too-few-public-methods
-from dataclasses import dataclass
+# from dataclasses import dataclass
+
+# from datetime import datetime
 
 
 class Event:
     pass
-
-
-@dataclass
-class OcloudUpdated(Event):
-    oCloudId: str