forked from github.com/pypiserver
6 lines
99 B
Python
Executable File
6 lines
99 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
if __name__ == "__main__":
|
|
from pypiserver.core import main
|
|
main()
|