fixup: renaming

This commit is contained in:
Csaba Kiraly 2023-12-07 12:48:56 +01:00
parent 6c85ebfd35
commit 4d0a000a67
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from datetime import datetime
from DAS.tools import *
from DAS.results import *
from DAS.observer import *
from DAS.validator import *
from DAS.node import *
class Simulator:
"""This class implements the main DAS simulator."""