aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/AreaOfInterest/__init__.py
blob: 084550bde87e1cda0ef1b23f4f6645960aebf93e (plain)
1
2
3
4
"""
Manage Areas of Interest (AOI) and scenes for 2D and 3D environment.
"""
__all__ = ['AOIFeatures', 'AOI2DScene', 'AOI3DScene']