diff options
Diffstat (limited to 'src/prne_txtrec.py')
-rw-r--r-- | src/prne_txtrec.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prne_txtrec.py b/src/prne_txtrec.py index 6894129..68d22cc 100644 --- a/src/prne_txtrec.py +++ b/src/prne_txtrec.py @@ -20,6 +20,8 @@ import sys from typing import Iterable +VERSION = "0.0.0" + # AWS hook - The max number of objects in a request AWS_MAX_ITEMS = 1000 |