14 lines
480 B
Groovy
14 lines
480 B
Groovy
rootProject.name = 'AI-test'
|
|
include 'API', 'Core', 'Display', 'launcher'
|
|
|
|
|
|
include 'MALAPITool'
|
|
/**
|
|
* LEGAL WARNING:
|
|
* This module contains code that scrapes lyrics from Genius.com, which is against Genius API's Terms of Service.
|
|
*
|
|
* If you wish to avoid any potential legal issues, comment out or remove the line below and ensure no modules depend on this.
|
|
* The core NeuroDock system will still function without this module.
|
|
*/
|
|
include 'GeniusAPI'
|
|
include 'WikipediaTool' |