Compare commits
7 Commits
521c7d694d
...
1947a0e9f2
Author | SHA1 | Date | |
---|---|---|---|
|
1947a0e9f2 | ||
|
d3d67e88df | ||
|
695a87127b | ||
|
61eb9180b7 | ||
|
0a2224e9a1 | ||
|
f9dde2da0b | ||
|
a2bbc28aa6 |
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,3 +1,11 @@
|
|||||||
|
*.csv
|
||||||
|
*.pdf
|
||||||
|
*.apkg
|
||||||
|
*.anki2
|
||||||
|
*.anki
|
||||||
|
*.epub
|
||||||
|
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
5
src/ankimaker/__main__.py
Normal file
5
src/ankimaker/__main__.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
from .cli import main
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
Loading…
x
Reference in New Issue
Block a user