mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
![]() |
#! /usr/bin/env python
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
from pypiserver.core import main
|
||
|
main()
|