Write aruco marker with enclosed corners in python

I want to be able to draw enclosed aruco markers like the one below:
aruco enclosed
The cpp library’s aruco_print_marker file allows enclosed markers with the -e argument, but I haven’t found the same functionality anywhere in the python module. Does anyone know how to do it?