Dashboard
PHP:
8.2.33
OS:
Linux
User:
chavanhyd
/
/
usr
/
lib
/
python3.9
/
site-packages
/
tuned
/
plugins
/
instance
📤 Upload
📝 New File
📁 New Folder
Close
Editing: factory.py
from .instance import Instance class Factory(object): def create(self, *args, **kwargs): instance = Instance(*args, **kwargs) return instance
Save
Cancel