mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-13 03:26:47 +01:00
5 lines
92 B
Python
5 lines
92 B
Python
'''Hook for running fediplay module as a script.'''
|
|
|
|
from fediplay.main import main
|
|
|
|
main()
|