Section

class Section(previous: Any | None = None, next: Any | None = None, data: Any | None = None)[source]

Class for a generic section in a textfile, which begins and ends in a given order

DefaultSection

class DefaultSection(previous: Any | None = None, next: Any | None = None, data: Any | None = None)[source]

A class for representing a default section, which contains no data and is used for representing empty data.