mirror of
https://github.com/kennethreitz-archive/unzipit.git
synced 2026-06-05 15:30:20 +00:00
7 lines
107 B
Python
Executable File
7 lines
107 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import unzipit
|
|
|
|
if __name__ == '__main__':
|
|
unzipit.run() |