Background
A connected graph has an Eulerian circuit if every vertex has even degree.
I am thinking about a certain classification of connected graphs where, for a connected graph $G$, every cut splits (intersects) an even number of edges.
For example, while the following graph does not have an Eulerian circuit, the displayed cut 'splits an even number of edges':
Claim: A connected graph $G$ has an Eulerian circuit iff every cut of $G$ splits an even number of edges.
Proof attempt:
($\rightarrow$) If $G$ has an Eulerian circuit then ... ?
($\leftarrow$) Suppose every cut splits an even number of edges. Then we can make a cut around each individual vertex that will split an even number of edges. Hence the degree of each vertex is even. Therefore $G$ has an Eulerian circuit.
I'm lost in the forwards direction of the proof. Any hint would be appreciated.

Given any cut and any Eulerian circuit, the circuit has to cross from one side of the cut to another an even number of times, since it starts and ends on the same side of the cut.
Since the Eulerian circuit takes each edge once, the number of edges split by the cut is even.