Extract empty line escape sequences var into constants file for reuse

This commit is contained in:
Debanjum Singh Solanky
2022-02-27 19:01:49 -05:00
parent 624a3faf92
commit 3d8a07f252
2 changed files with 5 additions and 4 deletions

1
src/utils/constants.py Normal file
View File

@@ -0,0 +1 @@
empty_escape_sequences = r'\n|\r\t '