Fix syntax

This commit is contained in:
2026-02-20 11:15:30 +10:00
parent 08cf245b90
commit f7cb8c2ee3

View File

@@ -1,4 +1,4 @@
from .plotbox import main()
from .plotbox import main
if __name__ == "__main__":
main()