1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/handlers/__init__.py
Julien Duponchelle 986c63f344 HTTP api start iou process
Now we need to start ioucon
2015-02-12 22:29:32 +01:00

8 lines
207 B
Python

__all__ = ["version_handler",
"network_handler",
"vpcs_handler",
"project_handler",
"virtualbox_handler",
"dynamips_handler",
"iou_handler"]