5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/usr/bin/python3
|
||
|
|
||
|
from libgrabsite import server
|
||
|
server.main()
|