diff --git a/src/yapsut/DummyCLI.py b/src/yapsut/DummyCLI.py
index 386544b9cc604e85b765ddb8172c9bf62230dedc..35b476397eaee554adc20332187c53176405d8d9 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()