AnyDoor-online / dinov2 /setup.cfg
汐知
init
19a149b
raw
history blame
No virus
93 Bytes
[flake8]
max-line-length = 120
ignore = E203,E501,W503
per-file-ignores =
__init__.py:F401