from pathlib import Path CRYPT_KEY = "it's a cool key!" # 16 bytes DIR_PLAIN = Path('./plain') # where the plain files are DIR_CRYPT = Path('./crypt') # where the crypted files are