Source code for chatter.apps

# -*- coding: utf-8
from django.apps import AppConfig


[docs]class chatter(AppConfig): name = 'chatter'