mfm-parser/lib/node/mfm/flip.ex

4 lines
96 B
Elixir

defmodule MfmParser.Node.MFM.Flip do
defstruct props: %{v: false, h: false}, children: []
end