Skip to content

Module Breakdown

Jack Stillwell edited this page Jul 30, 2020 · 2 revisions

Main

This module is the public interface for the program, providing CLI parsing and utilizing the other modules to support the primary use case (providing a build for a deity).

ETL

This module supports all extraction, transformation, and loading operations. Any translation between what is saved on disk and the objects utilized by the other modules happens in this module.

SmiteBuilds

This module contains the code necessary for transforming sklearn models into the builds presented to the user.

Bot

This module contains the code for supporting the primary use case through a Discord Bot.

Clone this wiki locally