From 34d09f8ba2b78404737921588324c41460dcdc23 Mon Sep 17 00:00:00 2001 From: "michele.maris" <maris@oats.inaf.it> Date: Tue, 10 Jan 2023 18:18:31 +0100 Subject: [PATCH] u --- src/yapsut/DummyCLI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yapsut/DummyCLI.py b/src/yapsut/DummyCLI.py index 386544b..35b4763 100644 --- a/src/yapsut/DummyCLI.py +++ b/src/yapsut/DummyCLI.py @@ -5,5 +5,6 @@ class DummyCLI : Options = options passed from the CLI """ def __init__(self) : + from .struct import struct self.args=struct() self.Options=struct() -- GitLab