Projekt_AI-Automatyczny_saper/venv/Lib/site-packages/imageio/freeze.py
2021-06-01 17:38:31 +02:00

12 lines
170 B
Python

"""
Helper functions for freezing imageio.
"""
def get_includes():
return ["email", "urllib.request", "numpy", "zipfile", "io"]
def get_excludes():
return []