Files
md_to_gost/scripts/pyi_rth_mplbackend.py
T
Igor20264 b38661f588
Python application / build (push) Has been cancelled
Update 0.4.0
- Add\Rework UI
- Add Split Table and Listing
- Add Support Customazeble schems
2026-09-04 22:28:39 +03:00

5 lines
134 B
Python

"""Runtime hook: matplotlib only needs Agg for font_manager on a foreign PC."""
import os
os.environ.setdefault("MPLBACKEND", "Agg")