Using metabase with python

Hi, i'm using the metabase python's library but I have a question. I can get acess to a table using:

from metabase import Dataset

dataset = Dataset.create(
database=2,
type="query",
query={
"source-table": 105
},
using=metabase,
)

but this mode i can aceess only the tables, is there a way to access a question created in the metabase?