Initial commit with two chat formats and main function.
This commit is contained in:
commit
a472b62e19
4 changed files with 23 additions and 0 deletions
7
main.py
Normal file
7
main.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import csv
|
||||
|
||||
def main():
|
||||
with open('conversation.csv') as csvfile:
|
||||
...
|
||||
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue