4 lines
96 B
Python
Executable file
4 lines
96 B
Python
Executable file
from appy.pod.test.contexts import Person
|
|
|
|
persons = [Person('P1'), Person('P2'), Person('P3')]
|