Skip to content

Commit

Permalink
Export classes inside of the individual models
Browse files Browse the repository at this point in the history
  • Loading branch information
fershad authored Jul 31, 2024
2 parents 8f95399 + c19da59 commit 4541319
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/co2.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@ class CO2 {
);
}
}

SustainableWebDesignV3() {
return new SustainableWebDesignV3();
}

SustainableWebDesignV4() {
return new SustainableWebDesignV4();
}

OneByte() {
return new OneByte();
}
}

export { CO2 };
Expand Down

0 comments on commit 4541319

Please sign in to comment.