ZTWHHH's picture
Add files using upload-large-folder tool
b57b437 verified
raw
history blame contribute delete
170 Bytes
"""
Helper functions for freezing imageio.
"""
def get_includes():
return ["email", "urllib.request", "numpy", "zipfile", "io"]
def get_excludes():
return []