1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/pypi-server
2011-07-29 02:02:28 +02:00

6 lines
99 B
Python
Executable File

#! /usr/bin/env python
if __name__ == "__main__":
from pypiserver.core import main
main()