This website requires JavaScript.
Explore
Help
Register
Sign In
Algorithms
/
LeetCodeAnimation
Watch
1
Star
0
Fork
0
You've already forked LeetCodeAnimation
mirror of
https://gitee.com/TheAlgorithms/LeetCodeAnimation.git
synced
2024-12-06 15:19:44 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
LeetCodeAnimation
/
anima.py
8 lines
106 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
脚本生成题解目录结构
2020-04-16 22:37:38 +08:00
#!/usr/bin/env python3
import
fire
设置Markdown模板
2020-04-17 23:26:19 +08:00
import
anima
脚本生成题解目录结构
2020-04-16 22:37:38 +08:00
if
__name__
==
'
__main__
'
:
设置Markdown模板
2020-04-17 23:26:19 +08:00
fire
.
Fire
(
anima
.
Anima
(
)
)
Reference in New Issue
Copy Permalink