mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +00:00
5 lines
69 B
Python
5 lines
69 B
Python
#!/usr/bin/env python
|
|
|
|
from jupyterhub.singleuser import main
|
|
main()
|