shii.moe

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

shiimoe.py (97B)


1
2
3
4
5
#!/usr/bin/env python
import shiimoe

if __name__ == '__main__':
    shiimoe.app.run(debug=True)