remove __main__.py

This commit is contained in:
Sina Atalay
2023-10-07 20:07:57 +02:00
parent 45274eb8b6
commit d08a30f800

View File

@@ -17,7 +17,7 @@ logging.basicConfig(
)
input_name = "personal"
workspace = os.path.dirname(os.path.dirname(__file__))
workspace = os.path.dirname(__file__)
input_file_path = os.path.join(workspace, "tests", "inputs", f"{input_name}.yaml")
with open(input_file_path) as file: