LeetCodeAnimation/anima.py
2020-04-17 23:26:19 +08:00

8 lines
106 B
Python
Executable File

#!/usr/bin/env python3
import fire
import anima
if __name__ == '__main__':
fire.Fire(anima.Anima())