Source: oushou.js

import OuBase from './ou_base'

/** A piece that moves 1 space away. */
class Oushou extends OuBase { }

export default Oushou