PATH:
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
xmlrpc
from __future__ import absolute_import from future.utils import PY3 if PY3: from xmlrpc.server import * else: from xmlrpclib import *
[-] server.py
[edit]
[+]
__pycache__
[-] __init__.py
[edit]
[+]
..
[-] client.py
[edit]