Skip to content

Instantly share code, notes, and snippets.

@vasmedvedev
Last active July 28, 2016 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasmedvedev/d1897ff1a1186e9d65c29687bfa255f3 to your computer and use it in GitHub Desktop.
Save vasmedvedev/d1897ff1a1186e9d65c29687bfa255f3 to your computer and use it in GitHub Desktop.
Module mb
from ma import Second
class B(Second):
def __init__(self, _):
pass
@staticmethod
def fnc(a, b):
return a * b * 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment