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