funquail/api/funquail_api/common/scripts/test.py

8 lines
183 B
Python
Raw Normal View History

"""
This is a test script that does nothing.
You can launch it just to check how it works.
"""
def main(command, **kwargs):
2018-06-09 15:36:16 +02:00
command.stdout.write("Test script run successfully")