blob: fff1fef1ba2d87054fbe96a4415559edfb6e4fed [file] [log] [blame]
from collections import namedtuple
Foo = namedtuple('Foo', 'bar spam')