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

4 lines
80 B
Elixir

defmodule MfmParser.Node.MFM.Rotate do
defstruct props: %{}, children: []
end