5 lines
62 B
Python
5 lines
62 B
Python
|
import api
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
api.start_server()
|