using System; using PixiEditor.Parser; namespace PixiEditor.SDK.FileParsers { internal class DocumentParserInfo : FileParserInfo { public DocumentParserInfo(Type documentParserType) : base(documentParserType) { } } }