PATH:
lib
/
python3.6
/
site-packages
/
tuned
/
plugins
/
instance
from .instance import Instance class Factory(object): def create(self, *args, **kwargs): instance = Instance(*args, **kwargs) return instance
[-] __init__.py
[edit]
[+]
..
[-] instance.py
[edit]
[+]
__pycache__
[-] factory.py
[edit]