mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 18:01:07 +00:00
Update base.py
This commit is contained in:
parent
f01c5d26a0
commit
eb701292ce
6
base.py
6
base.py
|
@ -130,12 +130,8 @@ class ExtensionType:
|
||||||
self.exported_methods: list[str] = []
|
self.exported_methods: list[str] = []
|
||||||
self.connection_type: str = None
|
self.connection_type: str = None
|
||||||
|
|
||||||
|
|
||||||
type extension_type = ExtensionType
|
|
||||||
|
|
||||||
|
|
||||||
class Extension:
|
class Extension:
|
||||||
extensions: list[extension_type] = []
|
extensions: list[ExtensionType] = []
|
||||||
protocols = []
|
protocols = []
|
||||||
buffer_size = 8192
|
buffer_size = 8192
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user