funkwhale/api/funkwhale_api/common/scripts/test.py

9 wiersze
183 B
Python
Czysty Zwykły widok Historia

"""
This is a test script that does nothing.
You can launch it just to check how it works.
"""
def main(command, **kwargs):
command.stdout.write('Test script run successfully')