This website works better with JavaScript
首页
发现
帮助
登录
thiagogomesverissimo
/
ivprog_log_analysis
派生自
LInE/ivprog_log_analysis
关注
1
点赞
0
派生
0
文件
目录树:
c0f1bc9bda
分支列表
标签列表
master
new_logs_format
ivprog_log_a...
/
ivprog_contexto
/
js
/
io
/
input.js
input.js
99 B
文件历史
原始文件
1
2
3
4
5
6
export
class
Input
{
requestInput (callback) {
throw
new
Error
(
"Must be implemented"
);
}
}