Первый запуск

This commit is contained in:
KuzarinM
2026-05-02 18:33:38 +03:00
commit cb55eaef01
51 changed files with 2127373 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
from enum import Enum, auto
class RandomType(Enum):
IP = auto()
DATE = auto()
EMAIL = auto()
STATUS_CODE = auto()
PATH = auto()
USERNAME = auto()
INT = auto()
VERSION = auto()
ID = auto()