IndustrialMuffin
Results
2
issues of
IndustrialMuffin
Running on Windows 10, I had trouble with file operations. Made a few changes and it worked: ``` import os class FileCommunication(Communication): def __init__(self, file_path): super(FileCommunication, self).__init__() if sys.version_info[0] >=...
bug
The 3rd line up in the model solution for Composition looks like it has a misplaced ).