1r""" 2Type ``groups.affine.<tab>`` to access examples 3of groups implemented as affine groups. 4""" 5 6# groups imported here will be available 7# via groups.affine.<tab> 8# 9# Do not use this file for code 10# 11# If you import a new group, then add an 12# entry to the list in the module-level 13# docstring of groups/groups_catalog.py 14 15from affine_group import AffineGroup as Affine 16from euclidean_group import EuclideanGroup as Euclidean 17 18