Source code for abelian.group

#!/usr/bin/env python
# -*- coding: utf-8 -*-


[docs]class Group(object): def __init__(self): """ """ pass