secure-web/backend/scanner/__init__.py

6 lines
87 B
Python

"""
Scanner app initialization.
"""
default_app_config = 'scanner.apps.ScannerConfig'