#!/usr/bin/env python

from newton import NewtonApplet

if __name__ == "__main__":
    NewtonApplet.main()

