mit neuen venv und exe-Files
This commit is contained in:
16
venv3_12/Lib/site-packages/cx_Freeze/hooks/crypto.py
Normal file
16
venv3_12/Lib/site-packages/cx_Freeze/hooks/crypto.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""A collection of functions which are triggered automatically by finder when
|
||||
pycryptodome package is included.
|
||||
"""
|
||||
|
||||
from cx_Freeze.hooks.cryptodome import Hook as CryptoHook
|
||||
|
||||
|
||||
class Hook(CryptoHook):
|
||||
"""The Module Hook class."""
|
||||
|
||||
def __init__(self, module) -> None:
|
||||
super().__init__(module)
|
||||
self.name = "cryptodome"
|
||||
|
||||
|
||||
__all__ = ["Hook"]
|
||||
Reference in New Issue
Block a user