feature: NO DNS? fa nulla...
su linux funge... su altri non so...da testare!!!
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from typing import Optional
|
||||
from random import SystemRandom
|
||||
|
||||
system_random : Optional[SystemRandom]
|
||||
|
||||
def random_16() -> int:
|
||||
pass
|
||||
|
||||
def between(first: int, last: int) -> int:
|
||||
pass
|
||||
Reference in New Issue
Block a user