Huge PR #4

Open
didim99 wants to merge 1 commits from test into master
121 changed files with 136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
from pathlib import Path
def main():
path = Path("test")
if not path.exists():
path.mkdir()
for i in range(120):
name = f"test_{i+1}.py"
with open(path / name, "w") as f:
f.write("import math")
if __name__ == '__main__':
main()
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math
+1
View File
@@ -0,0 +1 @@
import math

Some files were not shown because too many files have changed in this diff Show More