mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
8 lines
214 B
Python
8 lines
214 B
Python
print("Hello from winproxy")
|
|
|
|
from .apiproxy import (is_implemented,
|
|
get_target,
|
|
resolve)
|
|
|
|
from .error import WinproxyError
|
|
from .apis import * # Import all functions |