Skip to content

Commit 28075c8

Browse files
authored
Update rearrange-files.py
1 parent ce979ae commit 28075c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rearrange-files/rearrange-files.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#author : Avee Chakraborty
2+
#department of software engineering, Daffodil inernational University
3+
#Bangladesh
4+
15
import os
26
import shutil
37

@@ -37,4 +41,4 @@ def check_folder_existance(self):
3741
if __name__ == "__main__":
3842
re = RearrangeFile()
3943
re.all_files()
40-
re.check_folder_existance()
44+
re.check_folder_existance()

0 commit comments

Comments
 (0)