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