Files
hakril-PythonForWindows/windows/winproxy/__init__.py
T
2018-11-24 22:59:00 +01:00

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