1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/zerobin.py

8 lines
116 B
Python
Raw Normal View History

#!/usr/bin/env python
2012-04-24 14:22:59 +04:00
# -*- coding: utf-8 -*-
# vim: ai ts=4 sts=4 et sw=4
2012-04-24 14:22:59 +04:00
2012-05-14 19:17:49 +04:00
from zerobin.routes import main
2012-04-26 23:19:12 +04:00
main()