TutorialDivingIn04: section9.py

File section9.py, 322 bytes (added by ged, 6 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="Ridley Scott")
6glucas = Director(name="George Lucas")
7hford = Actor(name="Harrison Ford")
8mhamill = Actor(name="Mark Hamill")
9sweaver = Actor(name="Sigourney Weaver")