main.py 95 B

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