Add add-device subcommand.
This commit is contained in:
6
iottb/utils/string_processing.py
Normal file
6
iottb/utils/string_processing.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import re
|
||||
from iottb import definitions
|
||||
|
||||
|
||||
def normalize_string(s, chars_to_replace=None, replacement=None, allow_unicode=False):
|
||||
pass
|
||||
Reference in New Issue
Block a user