I would like to query whether a particular Dafny program verifies. Dafny is typically used to develop programs in an interactive manner inside the visual studio IDE.
However, I need to perform the query in a non-interactive manner. In particular I need to query Dafny from within a python program. Is this possible?