OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
python3
/
dist-packages
/
zope
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/20/2022 06:47:16 AM
rwxr-xr-x
📄
__init__.py
200 bytes
08/05/2017 09:25:43 AM
rw-r--r--
📁
__pycache__
-
10/14/2020 08:21:15 AM
rwxr-xr-x
📁
interface
-
10/14/2020 08:21:15 AM
rwxr-xr-x
Editing: __init__.py
Close
# this is a namespace package try: import pkg_resources pkg_resources.declare_namespace(__name__) except ImportError: import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)