mirror of
https://github.com/Mas0nShi/typoraCracker.git
synced 2023-07-10 13:41:20 +08:00
15 lines
238 B
Python
15 lines
238 B
Python
# -*- coding:utf-8 -*-
|
|
"""
|
|
@Author: Mas0n
|
|
@File: patch.py
|
|
@Time: 2022/4/3 18:36
|
|
@Desc: It's all about getting better.
|
|
"""
|
|
import utils
|
|
|
|
if __name__ == '__main__':
|
|
utils.win_x86_run()
|
|
utils.win_x64_run()
|
|
utils.linux_x64_run()
|
|
|