Plain is headed towards 1.0! Subscribe for development updates →
1from datetime import timedelta 2 3REDIRECTION_LOG_RETENTION_TIMEDELTA: timedelta = timedelta(days=30)