using System; using System.Threading.Tasks; namespace Artemis.Core { /// /// Represents an feature of a certain type provided by a plugin with support for data models /// public abstract class DataModelPluginFeature : PluginFeature { } }