
from jhplot import *
from debuxter import JDebux;
print "run debuxter"

http="https://datamelt.org/examples/data/"
print Web.get(http+"example.gif")
c1=JDebux("example.gif")



