MyPy doesn't use the type hints from epochlib. Simply add an empty `py.typed` fixes this. See [here](https://mypy.readthedocs.io/en/stable/installed_packages.html).
MyPy doesn't use the type hints from epochlib. Simply add an empty
py.typedfixes this. See here.