mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-07-14 11:40:10 +00:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
'use strict';
|
|
|
|
/*
|
|
* Just return the socket module
|
|
*/
|
|
|
|
module.exports = require('./source/socket');
|