5 lines
75 B
Python
5 lines
75 B
Python
|
|
from autoreply_editor import app
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
app.run()
|