class protocol: @staticmethod def line_separator() -> str: return str("\n") @staticmethod def setter() -> str: return str("=") @staticmethod def section_buckles() -> [str, str]: return ("[", "]")