Change Directory
This commit is contained in:
9
librespot/standard/Proxy.py
Normal file
9
librespot/standard/Proxy.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
import enum
|
||||
|
||||
|
||||
class Proxy:
|
||||
class Type(enum.Enum):
|
||||
DIRECT = enum.auto()
|
||||
HTTP = enum.auto()
|
||||
SOCKS = enum.auto()
|
||||
Reference in New Issue
Block a user