Add tox
[pti/o2.git] / o2ims / domain / commands.py
similarity index 89%
rename from src/o2ims/domain/commands.py
rename to o2ims/domain/commands.py
index 9df6cff..869bf52 100644 (file)
 #  limitations under the License.
 
 # pylint: disable=too-few-public-methods
-from datetime import date
-from typing import Optional
+from datetime import date
+from typing import Optional
 from dataclasses import dataclass
 
 
 class Command:
     pass
 
+
+@dataclass
 class UpdateDms(Command):
-    ref: str
\ No newline at end of file
+    ref: str