Skip to content

Commit

Permalink
feat: 新增程序入口
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Sep 30, 2024
1 parent ab7d1b1 commit 1828a41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from maa.toolkit import Toolkit

def main():
Toolkit.pi_run_cli("C:/Users/DELL/Desktop/github/MST/", "C:/Users/DELL/Desktop/github/MST/assets/")

if __name__ == "__main__":
main()

0 comments on commit 1828a41

Please sign in to comment.