skogsbaer / write-your-python-program

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Visualization: `from wypp import*` messes up everything #153

Closed skogsbaer closed 1 week ago

skogsbaer commented 1 week ago

Given the following file:

from wypp import*
print('x')

pollutes the global part of the visualization with lots of names. We should remove them.