mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
import WebSiteHandler
|
|
|
|
if __name__ == "__main__":
|
|
WebSiteHandler.run_all()
|