from build123d import *
with BuildPart() as p:
with BuildSketch() as s:
Rectangle(115, 50)
with Locations((0, 0)):
SlotOverall(90, 12, mode=Mode.SUBTRACT)
extrude(amount=15)
show_object(p)