#!/usr/bin/env python # ***************************************************************************** # Copyright (C) 2023 Thomas Touhey # This file is part of the textoutpc project, which is MIT-licensed. # ***************************************************************************** """textout() equivalent from Planète Casio.""" from __future__ import annotations from .parser import Parser __all__ = ["Parser"]