from __future__ import annotations

This commit is contained in:
Alexandre Detiste 2023-12-11 00:44:19 +01:00
parent 369e709fc2
commit 9a941e8746

View File

@ -9,7 +9,7 @@ This module contains the abstract base class :py:class:`Escpos`.
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos :copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
:license: MIT :license: MIT
""" """
from __future__ import annotations
import textwrap import textwrap
import warnings import warnings