You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
450 B

// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from "../../../core/resource.mjs";
import * as GradersAPI from "./graders.mjs";
import { Graders, } from "./graders.mjs";
export class Alpha extends APIResource {
constructor() {
super(...arguments);
this.graders = new GradersAPI.Graders(this._client);
}
}
Alpha.Graders = Graders;
//# sourceMappingURL=alpha.mjs.map