This website requires JavaScript.
Explore
Help
Sign In
Yaltik
/
hy
Watch
2
Star
0
Fork
0
You've already forked hy
Code
Pull Requests
Releases
Activity
hy
/
eg
/
flask
/
shim.py
6 lines
104 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Doing some cleanup
2013-01-12 14:32:32 -05:00
import
hy
.
lang
.
importer
# NOQA
heheheh
2013-01-02 22:05:14 -05:00
from
app
import
app
if
__name__
==
'
__main__
'
:
app
.
run
(
debug
=
True
)
Copy Permalink