10 lines
200 B
Python
10 lines
200 B
Python
import time
|
|
import random
|
|
import string
|
|
|
|
class Utils:
|
|
@staticmethod
|
|
def verify_fp()-> str:
|
|
# TODO, add proper verify fp method
|
|
return 'verify_5b161567bda98b6a50c0414d99909d4b'
|