server: Implement Server._get_file
[package-cache.git] / package-cache.py
1 #!/usr/bin/env python
2
3 from package_cache.main import run
4
5
6 run()