4 lines
109 B
Python
4 lines
109 B
Python
from appy.pod.test.contexts import Person
|
|
|
|
persons = [Person('Mr 1'), Person('Ms One'), Person('Misss two')]
|