person
Person(self, first, last, fullname)
Person data entity, represents an individual
Attributes:
{
first: str
last: str
fullname: str
}
Person(self, first, last, fullname)
Person data entity, represents an individual
Attributes:
{
first: str
last: str
fullname: str
}