Drain3
Drain3 copied to clipboard
Add a py.typed marker file
Drain3 is annotated with type metadata, but does not include the py.typed marker file required by PEP 561. As a result, e.g. MyPy refuses to consider the annotations in the Drain3 source when typechecking dependent programs. Please include the marker file in future releases.