master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / sympy / printing / defaults.py

defaults.py @62ac136

41a0142
 
 
 
 
1
2
3
4
5
from sympy.core._print_helpers import Printable

# alias for compatibility
Printable.__module__ = __name__
DefaultPrinting = Printable