aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.html-book.py.swpbin0 -> 12288 bytes
-rw-r--r--README.md4
-rw-r--r--html-book.py10
3 files changed, 14 insertions, 0 deletions
diff --git a/.html-book.py.swp b/.html-book.py.swp
new file mode 100644
index 0000000..4bb2eb0
--- /dev/null
+++ b/.html-book.py.swp
Binary files differ
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..beabca5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# html-book generator
+
+
+
diff --git a/html-book.py b/html-book.py
index e69de29..099d76a 100644
--- a/html-book.py
+++ b/html-book.py
@@ -0,0 +1,10 @@
+
+__author__ = "chai"
+
+
+
+def __main__():
+ pass
+
+__main__()
+