6 lines
169 B
Python
6 lines
169 B
Python
from __future__ import unicode_literals
|
|
|
|
from .classes import StatisticLineChart, StatisticNamespace # NOQA
|
|
|
|
default_app_config = 'mayan_statistics.apps.StatisticsApp'
|