dotfiles/python/.pythonrc
2024-06-16 18:06:39 +02:00

10 lines
175 B
Plaintext

from sys import *
from subprocess import *
from shlex import *
from numpy import *
from time import *
import re
#try: import colored_traceback.auto
#except ImportError: pass