blob: fe2c5cbbbda960796985abb5f447d347deb7ca9f [file] [log] [blame]
package rl;
class Requirement {
attr String ~id;
attr String description;
}