d
This commit is contained in:
7
Utilities/platform/4/Structure.py
Normal file
7
Utilities/platform/4/Structure.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from FeatureToggle import *
|
||||
|
||||
class Structure:
|
||||
def __init__(self):
|
||||
self.dir = ""
|
||||
self.module = ""
|
||||
self.featureToggle = FeatureToggle()
|
||||
Reference in New Issue
Block a user