summaryrefslogtreecommitdiffstats
path: root/mycomments/__init__.py
blob: 681e192b777b72db192137517e5ec67a3273028c (plain)
1
2
3
4
5
6
from mycomments.models import MyComment

def get_model():
    return MyComment

# vim: set ts=4 sw=4 et: