Add R90 and R180 constants for rotation shorthand

This commit is contained in:
Jan Petykiewicz 2025-03-12 23:04:51 -07:00
commit 6c76e1f5cf
3 changed files with 9 additions and 0 deletions

View file

@ -83,6 +83,8 @@ from .builder import (
from .utils import (
ports2data as ports2data,
oneshot as oneshot,
R90 as R90,
R180 as R180,
)