Would it be possible to have API access so that usage is programmable via Python directly and not only CLI e.g: ```python from portal_gun import PortalGun portal = PortalGun({ Volume={... volume parameters} }) # open spot request portal.open() ``` Thanks in advance.