create src module for source code
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class ProxyType(Enum):
|
||||
NETNUT = "NETNUT"
|
||||
BRIGHT_DATA = "BRIGHT_DATA"
|
||||
Reference in New Issue
Block a user