b38661f588
Python application / build (push) Has been cancelled
- Add\Rework UI - Add Split Table and Listing - Add Support Customazeble schems
5 lines
134 B
Python
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")
|