5 lines
98 B
Python
5 lines
98 B
Python
from masque.file.gdsii_perf import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
raise SystemExit(main())
|