using System; namespace ZeroLevel.Qdrant.DataAttributes { /// /// Attribute for directly specifying the data type of qdrant /// public abstract class QdrantAttribute : Attribute { } }