This website requires JavaScript.
Explore
Help
Register
Sign In
bitscuit
/
PrintBuddy
Watch
1
Star
0
Fork
You've already forked PrintBuddy
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ddf19371ab
PrintBuddy
/
main.py
7 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Added code for webserver
2021-09-06 12:02:55 +00:00
from
printserver
import
PrintServer
Updated copyright notice
2021-03-07 13:43:20 +00:00
Added code for webserver
2021-09-06 12:02:55 +00:00
# Start server
server
=
PrintServer
(
)
server
.
start
(
)
Initial code upload
2021-03-07 13:32:47 +00:00