1 2 3 4 5 6 7 8
from pyTooling.Decorators import export from pyEDAA.ToolSetup import Tool @export class GTKWave(Tool): pass