File size: 117 Bytes
c5bd3e2
 
 
 
1
2
3
4
# this is the python file to run the spam_classifer.py file

with open('spam_classifier.py') as f:
    exec(f.read())