Add open szh

This commit is contained in:
DingZQ
2025-06-16 21:42:02 +08:00
parent 05f41b635d
commit 4673ceb2b0

8
open_szh.py Normal file
View File

@@ -0,0 +1,8 @@
import sys
from tjnetwork import *
def main():
open_project('szh')
if __name__ == '__main__':
main()