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