Repository URL to install this package:
from . import base from ... import VERSION class Version(base.BaseCommand): help = 'Boss Version' arguments = () def run(self): print VERSION