self.config
This commit is contained in:
parent
05168ca5d0
commit
f7119d5b4c
|
@ -113,9 +113,10 @@ class TiramisuOptionOption:
|
||||||
class TiramisuOptionProperty:
|
class TiramisuOptionProperty:
|
||||||
# config.option(path).property
|
# config.option(path).property
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
self.config,
|
config,
|
||||||
path: str,
|
path: str,
|
||||||
model: Dict) -> None:
|
model: Dict) -> None:
|
||||||
|
self.config = config
|
||||||
self.path = path
|
self.path = path
|
||||||
self.model = model
|
self.model = model
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue