mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2026-02-04 05:46:23 -06:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from .distribution import Distribution as Distribution
|
||||
|
||||
class SDist(Distribution):
|
||||
filename: str
|
||||
metadata_version: str
|
||||
def __init__(self, filename: str, metadata_version: str | None = ...) -> None: ...
|
||||
def read(self) -> bytes: ...
|
||||
|
||||
class UnpackedSDist(SDist):
|
||||
def __init__(self, filename: str, metadata_version: str | None = ...) -> None: ...
|
||||
def read(self) -> bytes: ...
|
||||
Reference in New Issue
Block a user