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