7 lines
144 B
Python
7 lines
144 B
Python
"""
|
|
This is the settings file used during execution of the analytics-exporter job.
|
|
"""
|
|
from .aws import *
|
|
|
|
ENABLE_COMPREHENSIVE_THEMING = False
|