mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 22:39:16 +02:00
8 lines
183 B
Python
8 lines
183 B
Python
"""
|
|
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")
|