Files
erp_ai/test.py
T

3 lines
65 B
Python

import os
API_KEY = "erp_" + os.urandom(16).hex()
print(API_KEY)