mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-13 19:46:45 +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()
|