[examples] type annotations

This commit is contained in:
Jan Petykiewicz 2026-02-14 16:57:34 -08:00
commit 43ccd8de2f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from masque.file import gdsii, dxf, oasis
def main():
def main() -> None:
lib = Library()
cell_name = 'ellip_grating'