|
pyShelf Open Source Ebook Server 0.8.0
FOSS E-Book Server, https://pyshelf.com
|
Functions | |
| run_import () | |
| main () | |
Variables | |
| root = Path.cwd() | |
| config = Config(root) | |
| PRG_PATH = Path.cwd().__str__() | |
PyShelf Entrypoint.
| src.__main__.main | ( | ) |
Program entrypoint.
| src.__main__.run_import | ( | ) |
Begin live import of books.
| src.__main__.config = Config(root) |
| src.__main__.PRG_PATH = Path.cwd().__str__() |
| src.__main__.root = Path.cwd() |