mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-14 11:37:59 +00:00
6 lines
67 B
Python
6 lines
67 B
Python
from relay.manage import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|