natural / java2python

Simple but effective library to translate Java source code to Python.
GNU Lesser General Public License v2.1
564 stars 243 forks source link

j2py #38

Open cyberpi78 opened 8 years ago

cyberpi78 commented 8 years ago

I think things worked.

However, this might be a silly question to ask as I'm new to Python and converting language content.

What is this code for?

if name == 'main': import sys HelloWorld.main(sys.argv)