[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

@ -6,7 +6,7 @@ from masque.file import gdsii
from masque import Arc, Pattern
def main():
def main() -> None:
pat = Pattern()
layer = (0, 0)
pat.shapes[layer].extend([

View file

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