Bases: sage.categories.category_singleton.Category_singleton
The category of pointed sets.
EXAMPLES:
sage: PointedSets()
Category of pointed sets
TESTS:
sage: TestSuite(PointedSets()).run()
EXAMPLES:
sage: PointedSets().super_categories()
[Category of sets]