第一次提交
This commit is contained in:
8
app/utils/__init__.py
Normal file
8
app/utils/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .crypto import AESCipher, generate_hash, verify_hash
|
||||
from .machine_code import MachineCodeGenerator
|
||||
from .validators import LicenseValidator, format_license_key
|
||||
|
||||
__all__ = [
|
||||
'AESCipher', 'generate_hash', 'verify_hash',
|
||||
'MachineCodeGenerator', 'LicenseValidator', 'format_license_key'
|
||||
]
|
||||
Reference in New Issue
Block a user