changed config structure
This commit is contained in:
@@ -5,8 +5,8 @@ from renderer import Renderer
|
||||
from structure import Structure
|
||||
|
||||
class InstructionSetSchema:
|
||||
def __init__(self, path: str) -> None:
|
||||
self.config = Config()
|
||||
def __init__(self, path: str, configPath: str = "config.json") -> None:
|
||||
self.config = Config(configPath)
|
||||
self.path = path
|
||||
self.load()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user