Skip to content

Commit b11d734

Browse files
committed
update: file organisation
1 parent 8626f99 commit b11d734

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

orchastration/main.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import sys
2+
sys.path.append('../')
3+
4+
from read import input_and_chunk
5+
6+
if (__name__=="__main__"):
7+
chunks_n = int(input("Enter the number of chunks to split the text data into: "))
8+
input_and_chunk.input(5)
9+
10+

0 commit comments

Comments
 (0)