Vehicle-Anti-Theft-Face-Rec.../venv/Lib/site-packages/imageio/freeze.py

12 lines
170 B
Python
Raw Normal View History

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