mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-31 14:57:58 +00:00
6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
|
|
import { stream } from "./stream";
|
||
|
|
|
||
|
|
export default {
|
||
|
|
stream,
|
||
|
|
};
|