mirror of
https://github.com/lucaspalomodevelop/netbox.git
synced 2026-03-15 01:24:34 +00:00
8 lines
130 B
Python
8 lines
130 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class SecretsConfig(AppConfig):
|
|
name = 'secrets'
|