mirror of
https://github.com/huchenlei/HandRefinerPortable.git
synced 2026-01-26 15:49:45 +00:00
6 lines
127 B
Python
6 lines
127 B
Python
class Preprocessor:
|
|
def __init__(self) -> None:
|
|
pass
|
|
|
|
def get_depth(self, input_dir, file_name):
|
|
return |