masque/examples/generate_gds_perf.py

5 lines
98 B
Python
Raw Normal View History

from masque.file.gdsii.perf import main
2026-04-02 13:22:27 -07:00
if __name__ == '__main__':
raise SystemExit(main())