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