Files
noprinter/eee.py

3 lines
54 B
Python
Raw Normal View History

2026-03-18 17:27:43 +01:00
from app import app
app.run(host="0.0.0.0",port=6352)