using System; using System.Collections.Generic; using System.Text; using NPanday.ProjectImporter.Digest; /// Author: Leopoldo Lee Agdeppa III namespace NPanday.ProjectImporter.Digest.Model { public class Content : IncludeBase { public Content(string projectBasePath) : base(projectBasePath) { } } }