mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
4 lines
175 B
Python
4 lines
175 B
Python
|
|
# all jobs for letters created via the api must have this filename
|
||
|
|
LETTER_API_FILENAME = 'letter submitted via api'
|
||
|
|
LETTER_TEST_API_FILENAME = 'test letter submitted via api'
|