2
0
Fork 0
textout/textoutpc/__init__.py

14 lines
440 B
Python
Executable File

#!/usr/bin/env python
# *****************************************************************************
# Copyright (C) 2023 Thomas Touhey <thomas@touhey.fr>
# 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"]