Files
jupyterhub/scripts/jupyterhub-singleuser
2016-05-31 12:59:38 +02:00

7 lines
102 B
Python
Executable File

#!/usr/bin/env python3
from jupyterhub.singleuser import main
if __name__ == '__main__':
main()