feat: print_config moved to misc.

This commit is contained in:
Fabian Joswig 2023-03-11 21:22:03 +00:00
parent 8ed5ce9569
commit 0044f90315
No known key found for this signature in database
3 changed files with 20 additions and 22 deletions

View file

@ -465,4 +465,4 @@ from . import linalg
from . import mpm
from . import roots
from .version import __version__, print_config
from .version import __version__