Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 13, 2015 20:17
Show Gist options
  • Save SteveGilham/0cd4617ad64f1b47dd51 to your computer and use it in GitHub Desktop.
Save SteveGilham/0cd4617ad64f1b47dd51 to your computer and use it in GitHub Desktop.
from java import lang
class Backplane(lang.Object):
def performSetup(self, arg):
"@sig public void performSetup(java.lang.String arg)"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment