mirror of
https://github.com/macports/macports-webapp.git
synced 2026-07-13 03:18:42 -07:00
6 lines
96 B
Python
6 lines
96 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MaintainersConfig(AppConfig):
|
|
name = 'maintainer'
|