add review

This commit is contained in:
Michael Jerger 2023-04-18 08:56:50 +02:00
parent d4d49970ec
commit 785940d3b6

View file

@ -1,4 +1,4 @@
# TODO: jem, zam - 2023_04_14: Discuss if we can move more functionality to domain?
# TODO: jem, zam - 2023_04_18: Mv this to an infrastructure namespace?
import json
import re
import subprocess as sub
@ -6,6 +6,7 @@ from abc import ABC, abstractmethod
from pathlib import Path
from os import environ
# TODO: jem, zam - 2023_04_18: Discuss if we can move more functionality to domain?
class FileHandler(ABC):
@classmethod