63f7c008 by Branden

#First steps coding, typo fix

1 parent 26e16c8e
...@@ -4,7 +4,7 @@ Created on Dec 20, 2016 ...@@ -4,7 +4,7 @@ Created on Dec 20, 2016
4 @author: Xorfos 4 @author: Xorfos
5 ''' 5 '''
6 6
7 from random import import choice 7 from random import choice
8 from typeclasses.objects import Object 8 from typeclasses.objects import Object
9 9
10 class WiseObject(Object): 10 class WiseObject(Object):
......