summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-07-12 18:54:26 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-07-12 18:54:26 +0100
commitbd899a632ce1b356dc1311aff0e1050abd889a6a (patch)
tree5b785c43f486db8287f138d939682f0fd0d6c846 /python
parent9468f783f8a78dac8ec7242acdeee3c7d566d118 (diff)
Add python startup file
Diffstat (limited to 'python')
-rw-r--r--python/.pythonrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/.pythonrc b/python/.pythonrc
new file mode 100644
index 0000000..8a57e36
--- /dev/null
+++ b/python/.pythonrc
@@ -0,0 +1,2 @@
+import numpy as np
+import sympy as sym