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