박은주

Foor scheduler

Showing 1 changed file with 7 additions and 0 deletions
1 +from content import GetData
2 +from GetTopic import GetWordCloud
3 +from SentimentAnalyzer import StartSentimentAnalysis
4 +
5 +GetData()
6 +GetWordCloud()
7 +StartSentimentAnalysis()
...\ No newline at end of file ...\ No newline at end of file