A rectangular plate 50mm × 30mm × 5mm with a single circular hole 8mm in diameter centered on the plate.
import cadquery as cq result = cq.Workplane("XY").box(50, 30, 5).faces(">Z").workplane().hole(8)