main.py 96 B

123456
  1. from crawl_emotions import Emotions
  2. if __name__=='__main__':
  3. emo= Emotions()
  4. emo.run()