mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-09 01:26:40 +01:00
6 lines
90 B
Python
6 lines
90 B
Python
'''Hook for running fediplay module as a script.'''
|
|
|
|
from fediplay.cli import cli
|
|
|
|
cli()
|
|
|