sprockets.cli/sstubs/controller.py
Gavin M. Roy 783f914f08 Work in progress update
- Add stub classes for testing
- Change how testing will work
- Make the logger used in logging configuration based upon a class level constant/attribute
2014-10-15 18:38:20 -04:00

12 lines
111 B
Python

"""
Stub Controller for testing
"""
def add_cli_arguments(parser):
pass
def main(app, args):
pass