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