We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce979ae commit 28075c8Copy full SHA for 28075c8
rearrange-files/rearrange-files.py
@@ -1,3 +1,7 @@
1
+#author : Avee Chakraborty
2
+#department of software engineering, Daffodil inernational University
3
+#Bangladesh
4
+
5
import os
6
import shutil
7
@@ -37,4 +41,4 @@ def check_folder_existance(self):
37
41
if __name__ == "__main__":
38
42
re = RearrangeFile()
39
43
re.all_files()
40
- re.check_folder_existance()
44
+ re.check_folder_existance()
0 commit comments