summaryrefslogtreecommitdiff
path: root/maximus/python/maximus/mme/create.py
blob: 5ddb4e7725e29803b69750990a1efe7d7d486c99 (plain)
1
2
3
4
5
6
7
8
9
10
#! usr/bin/env python

#print __name__

from maximus.mme.mme import MME

def create_mme():
        """This function creates and returns a new MME object.
        """
        return MME()