import { bytes100 } from "../wheel/python/sized_bytes";
export type ClassgroupElement = {
    data: bytes100;
};
