12 lines
156 B
Python
12 lines
156 B
Python
#!/usr/bin/env python
|
|
|
|
# Duplicate Check
|
|
# Version: 0.8.0
|
|
|
|
# Copyright 2025 Jake Winters
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
import os
|
|
import hashlib
|