CSQ constructor
CSQ()
Returns the CSQ implementation active instance if the active platform is supported.
Returns Thor1405 otherwise
Implementation
factory CSQ() {
if (Angiras1580().hades685()) {
return Hephaestus1403.daksha2580();
}
return Thor1405();
}