Skip to content

Instantly share code, notes, and snippets.

View frankcorneliusmartin's full-sized avatar
🚄
vantage6 - personal health train

Frank Martin frankcorneliusmartin

🚄
vantage6 - personal health train
View GitHub Profile
@frankcorneliusmartin
frankcorneliusmartin / G6AZ-0.py
Created March 21, 2017 12:09
null created by frankcorneliusmartin - https://repl.it/G6AZ/0
View G6AZ-0.py
class Parent(object):
def __init__(self):
print(self.A() + self.B())
def A(self):
return 1
def B(self):
return 2