#First steps coding, typo fix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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): | ... | ... |
-
Please register or sign in to post a comment