sprockets.cli/sstubs/app.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

8 lines
59 B
Python

"""
Stub Controller for testing
"""
def run():
pass