6 строки
54 B
Python
6 строки
54 B
Python
import app
|
|
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|