mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
5 lines
61 B
Python
5 lines
61 B
Python
from .app import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|