add attribution
This commit is contained in:
parent
be702cce2e
commit
8247915345
|
@ -145,6 +145,12 @@ class ImageStore:
|
||||||
with open(filename, 'r') as f:
|
with open(filename, 'r') as f:
|
||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
|
|
||||||
|
# ====================================== #
|
||||||
|
# Bucketing code stolen from hasuwoof: #
|
||||||
|
# https://github.com/hasuwoof/huskystack #
|
||||||
|
# ====================================== #
|
||||||
|
|
||||||
class AspectBucket:
|
class AspectBucket:
|
||||||
def __init__(self, store: ImageStore,
|
def __init__(self, store: ImageStore,
|
||||||
num_buckets: int,
|
num_buckets: int,
|
||||||
|
|
Loading…
Reference in New Issue