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