Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
"""Helper module for setting up interactive SymPy sessions. """
|
||||
|
||||
from .printing import init_printing
|
||||
from .session import init_session
|
||||
from .traversal import interactive_traversal
|
||||
|
||||
|
||||
__all__ = ['init_printing', 'init_session', 'interactive_traversal']
|
||||
Loading…
Add table
Add a link
Reference in a new issue