add attribution

This commit is contained in:
Anthony Mercurio 2022-10-29 16:11:48 -07:00 committed by GitHub
parent be702cce2e
commit 8247915345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -145,6 +145,12 @@ class ImageStore:
with open(filename, 'r') as f:
return f.read()
# ====================================== #
# Bucketing code stolen from hasuwoof: #
# https://github.com/hasuwoof/huskystack #
# ====================================== #
class AspectBucket:
def __init__(self, store: ImageStore,
num_buckets: int,