blob: 8cabeb93c2477be52ae2739fa18aece8ca59943a [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class Matrix(object):
2 def __init__(self):
3 pass
4
5
6class Vector3(Matrix):
7 def __init__(self):
8 super(Vector3, self).__in<caret>