박은주

Add main

Showing 1 changed file with 4 additions and 3 deletions
......@@ -2,6 +2,7 @@ from content import GetData
from GetTopic import GetWordCloud
from SentimentAnalyzer import StartSentimentAnalysis
GetData()
GetWordCloud()
StartSentimentAnalysis()
\ No newline at end of file
if __name__ == '__main__':
GetData()
GetWordCloud()
StartSentimentAnalysis()
\ No newline at end of file
......