using whatsparser results in a whatsparser object
I```
from whatsparser import WhatsParser
import pandas as pd
messages = WhatsParser('test_chat.txt')
messages
output is
<whatsparser.whatsparser.WhatsParser at 0x116851290>
`len(messages)`
gives output of 0
using whatsparser results in a whatsparser object
I```
from whatsparser import WhatsParser
import pandas as pd
messages = WhatsParser('test_chat.txt')
messages