first cut of rspace/rstrat code with eq semi cut over
[scpubgit/DX.git] / lib / DX / ResolutionSpace.pm
1 package DX::ResolutionSpace;
2
3 use DX::Class;
4
5 has geometry_depends_on => (is => 'ro', required => 1);
6
7 has members => (is => 'ro', required => 1);
8
9 1;