mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-18 22:09:00 +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()
|