File size: 167 Bytes
b233cf7
 
0ebf67e
 
 
1
2
3
4
5
6
from __future__ import annotations

# Package marker: avoid eager imports of heavy/optional dependencies.
# Submodules are imported on demand by callers.
__all__ = []