mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
5 lines
72 B
Python
5 lines
72 B
Python
#!/usr/bin/env python
|
|
|
|
from jupyterhub.singleuserapp import main
|
|
main()
|