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