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