unit UsCounterN em.hal/UsCounterN.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14package em.hal import UsCounterI module UsCounterN: UsCounterI end def start() end def stop() return 0 end