├── README.md ├── actions └── threeslots.action └── pykrita ├── kritapykrita_threeslots.desktop └── threeslots ├── Manual.html ├── __init__.py └── threeslots.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkDefender/threeslots/HEAD/README.md -------------------------------------------------------------------------------- /actions/threeslots.action: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkDefender/threeslots/HEAD/actions/threeslots.action -------------------------------------------------------------------------------- /pykrita/kritapykrita_threeslots.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkDefender/threeslots/HEAD/pykrita/kritapykrita_threeslots.desktop -------------------------------------------------------------------------------- /pykrita/threeslots/Manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkDefender/threeslots/HEAD/pykrita/threeslots/Manual.html -------------------------------------------------------------------------------- /pykrita/threeslots/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkDefender/threeslots/HEAD/pykrita/threeslots/__init__.py -------------------------------------------------------------------------------- /pykrita/threeslots/threeslots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarkDefender/threeslots/HEAD/pykrita/threeslots/threeslots.py --------------------------------------------------------------------------------