mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-04-19 17:16:42 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
from relay.manage import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|