TutorialDivingIn: section9.py

File section9.py, 327 bytes (added by ged, 4 years ago)
Line 
1# you don't need to copy-paste this line, it's only useful when using the data
2# as "from section9 import *"
3from model import *
4
5rscott = Director(name=u"Ridley Scott")
6glucas = Director(name=u"George Lucas")
7hford = Actor(name=u"Harrison Ford")
8mhamill = Actor(name=u"Mark Hamill")
9sweaver = Actor(name=u"Sigourney Weaver")