Add explanatory comment

This commit is contained in:
Daniel Rojas 2021-10-07 23:32:26 +02:00 committed by Laurier Loiselle
parent 0192f6defd
commit f78f83cfdd
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

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