Modularize code;
Add packaging instructions; Add modules to handle Gemini file type (no Gemini server yet); Improve handling of configuration.
This commit is contained in:
parent
84e54085b5
commit
766e51af4c
46 changed files with 2359 additions and 663 deletions
2
version.py
Normal file
2
version.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
__version__ = '1.0'
|
||||
__version_info__ = (1, 0)
|
Loading…
Add table
Add a link
Reference in a new issue