diff options
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 |