Remap: Refactor scripts #177

Merged
Nick Alberelli merged 17 commits from :feature/refactor-remap-script into main 2023-12-07 16:17:27 +01:00
Showing only changes of commit e9f5a63995 - Show all commits

View File

@ -185,5 +185,5 @@ def main():
if __name__ == "__main__":
print("Welcome to 'remap' a tool to assist in a re-organization of folders")
print("Welcome to 'remap', a tool to assist in a re-organization of folders")
main()