Source code for labapi.entry.comment

"""Comment Module.

This module defines the :class:`~labapi.entry.comment.Comment` class,
representing a comment associated with an entity (e.g., an entry) within LabArchives.
"""

from __future__ import annotations


[docs] class Comment: """Represents a comment associated with an entity in LabArchives. Currently a placeholder; comment operations are not yet implemented. """