blob: 34b97c4e0a6707a39c3711dbd5c48584cbfc4f5a [file] [log] [blame]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using OfficeOpenXml.FormulaParsing;
namespace EPPlusTest.FormulaParsing.IntegrationTests
{
public abstract class FormulaParserTestBase
{
protected FormulaParser _parser;
}
}