Add explanatory comment

This commit is contained in:
Daniel Rojas 2021-10-07 23:32:26 +02:00
parent 00be4747ad
commit a85ad89719

View File

@ -9,7 +9,7 @@ from typing import Any, Tuple
import yaml
if __name__ == '__main__':
sys.path.insert(0, str(Path(__file__).parent.parent))
sys.path.insert(0, str(Path(__file__).parent.parent)) # add src/wireviz to PATH
from wireviz import __version__
from wireviz.DataClasses import Metadata, Options, Tweak