mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 18:44:10 +00:00
7 lines
102 B
Python
Executable File
7 lines
102 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from jupyterhub.singleuser import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|