DDeepin Developerfeat: Init commit
f9a7dc26创建于 2022年10月11日历史提交
package NOP;

# Do nothing much

sub new { bless {}, shift }

1;