获取支持写入的文件扩展名
(self)
| 99 | raise NotImplementedError |
| 100 | |
| 101 | def get_writable_file_extensions(self) -> List[str]: |
| 102 | """获取支持写入的文件扩展名""" |
| 103 | raise NotImplementedError |
| 104 | |
| 105 | def create_config(self) -> StegaPyConfig: |
| 106 | """创建默认配置""" |
nothing calls this directly
no outgoing calls
no test coverage detected