Merge branch 'master' into v7.0
[osm/LW-UI.git] / authosm / apps.py
1 from __future__ import unicode_literals
2
3 from django.apps import AppConfig
4
5
6 class AuthosmConfig(AppConfig):
7 name = 'authosm'