create main for package
This commit is contained in:
parent
808e2b55a2
commit
a2bbc28aa6
11
.gitignore
vendored
11
.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]
|
||||||
@ -161,3 +169,6 @@ cython_debug/
|
|||||||
|
|
||||||
# Project Specific
|
# Project Specific
|
||||||
scripts/
|
scripts/
|
||||||
|
|
||||||
|
|
||||||
|
data/
|
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