mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-02 14:17:06 +01:00
5 lines
89 B
Python
5 lines
89 B
Python
'''Hook for running fediplay module as a script.'''
|
|
|
|
from fediplay.cli import cli
|
|
|
|
cli()
|