mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
6 lines
60 B
Python
6 lines
60 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
from zerobin.cli import main
|
||
|
|
||
|
main()
|