1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

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
:license: MIT
"""
from __future__ import annotations
import textwrap
import warnings