mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2026-02-04 13:56:23 -06:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .distribution import Distribution as Distribution
|
||||
|
||||
class Index(dict[str, Distribution]):
|
||||
def __setitem__(self, key: str, value: Distribution) -> None: ...
|
||||
def add(self, distribution: Distribution) -> None: ...
|
||||
Reference in New Issue
Block a user