Add to_directory method to relevant object classes
[oam.git] / code / network-generator / network_generation / base.py
index 7fe3964..bf1dab0 100644 (file)
@@ -35,7 +35,7 @@ class NetworkGenerator:
     __configuration: dict = {}
 
     # constructor
-    def __init__(self, configuration: dict):
+    def __init__(self, configuration: dict) -> None:
         self.__configuration = configuration
 
     # getters