mirror of
https://github.com/soimort/you-get.git
synced 2025-02-04 01:03:54 +03:00
7 lines
129 B
Python
7 lines
129 B
Python
#!/usr/bin/env python
|
|
__all__ = ['__version__', '__date__']
|
|
|
|
__name__ = 'you-get'
|
|
__version__ = '0.3.25'
|
|
__date__ = '2013-12-20'
|