poorna-kumar / gendermeme-core

A first open-sourced version of GenderMeme: https://gendermeme.org/
MIT License
6 stars 1 forks source link

Adds __init__.py to repo root so project can be used as a package #6

Closed aendra-rininsland closed 6 years ago

aendra-rininsland commented 6 years ago

In order to keep Gendermeme up-to-date, I've been adding it as a git submodule and using Docker containers to push to Heroku.

This PR adds a __init__.py file to the repo root and moves the code in analysis/analysis.py to analysis/__init__.py. That way, you can import things like so:

from gendermeme.analysis import get_article_info
viswajithiii commented 6 years ago

LGTM. Please merge. 👍