shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

wsgi.py (92B)


1
2
3
4
5
6
#!/usr/bin/env python3

from shiimoe import app

if __name__ == "__main__":
    app.run()