PrintBuddy/main.py

7 lines
91 B
Python

from printserver import PrintServer
# Start server
server = PrintServer()
server.start()