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

7 lines
76 B
Python
Raw Normal View History

#!/usr/bin/env python
2015-05-10 20:19:02 +03:00
# coding: utf-8
2012-04-24 14:22:59 +04:00
from zerobin.cmd import main
2012-04-26 23:19:12 +04:00
main()