# vim: set filencoding=utf8 """ Directory Listing Command @author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: April 20, 2010 """ from obalie.commands import BaseCommand class LsCommand(BaseCommand): def __call__(self, args): pass