using System; using System.Collections.Generic; using System.Text; namespace RGBController2.ViewModels.LightingModes { /// /// The view model for the AnimationView. /// public class AnimationViewModel : BaseViewModel { } }