diff options
author | internetlandlord <f.fredhenry@gmail.com> | 2022-10-21 13:56:18 -0500 |
---|---|---|
committer | internetlandlord <f.fredhenry@gmail.com> | 2022-10-21 13:56:18 -0500 |
commit | e8b68168fccb9c9bdd71625120e5c810927916e3 (patch) | |
tree | 37c2f230fefa670a274bc47e4df33b12a33f1e37 /tripler.py | |
parent | 7fef7e0d0948f24460f81ad590c1d2e90ac6490b (diff) |
housekeeping on files and README.md
Diffstat (limited to 'tripler.py')
-rwxr-xr-x | tripler.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ #!/bin/python3 -# ---------- title - +# ---------- Tripler +# Serves as a proof-of-concept for CSV importation +# and manipulation of its elements in a created list. # ---------- Imported modules |