mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
import few_shots from './few_shots.ts';
|
|
|
|
export default {
|
|
FewShots: few_shots,
|
|
};
|