6 lines
67 B
Python
6 lines
67 B
Python
from relay.manage import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|