repo.or.cz
/
Projects.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[Projects.git]
/
website
/
web
/
run.py
blob
8c7e6845669c7b1f241ecac3db297cdf689665a7
1
#!/usr/bin/env python
2
3
import
framework
4
5
print
"running server..."
6
framework
.
run
(
""
,
98
)
7
print
"ending server..."