From bd899a632ce1b356dc1311aff0e1050abd889a6a Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 12 Jul 2018 18:54:26 +0100 Subject: Add python startup file --- python/.pythonrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/.pythonrc (limited to 'python') 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 -- cgit v1.2.3