diff options
author | Owl <isaclien9752@gmail.com> | 2025-09-26 14:32:34 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-09-26 14:32:34 -0400 |
commit | 70e647076418d114111aa76b5d3639a5b4271e94 (patch) | |
tree | 2e67e3c523818c7628497ff2f6e9e5c9645814d2 /smg_common.py | |
parent | 45dc6171705fd074657b0ed5bde2502431b74c4b (diff) | |
download | blenxy-70e647076418d114111aa76b5d3639a5b4271e94.tar.gz blenxy-70e647076418d114111aa76b5d3639a5b4271e94.zip |
bcsv and other stuff
Diffstat (limited to 'smg_common.py')
-rw-r--r-- | smg_common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smg_common.py b/smg_common.py index 4fa4017..be26960 100644 --- a/smg_common.py +++ b/smg_common.py @@ -5,6 +5,7 @@ class padding: # the fill string def __init__(self): + # use ascii string please self.string = "This is padding data to alignme" # return the padding string to align data at a |