From 0e30b6377b3eda953bc9962c693ceea32d0a4f95 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Thu, 18 Jul 2024 19:36:36 +0100 Subject: [PATCH] Update fastkml/features.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- fastkml/features.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fastkml/features.py b/fastkml/features.py index d016f296..3190d2cd 100644 --- a/fastkml/features.py +++ b/fastkml/features.py @@ -191,12 +191,13 @@ def __bool__(self) -> bool: class _Feature(TimeMixin, _BaseObject): """ - Abstract element representing a feature in KML. + Abstract base class representing a feature in KML. - Subclasses are: + Direct known subclasses: - Container (Document, Folder) - Placemark - Overlay + - NetworkLink - NetworkLink. """