From 06f8c46b3daaf0730a094c4cca26bd1fab6822af Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 21 Jul 2020 11:01:48 +0000 Subject: Added some more documentation. Also added a __init__.py in the git repo so that cloning enables importing as well. This should enable both git clone to work as well as pypi. --- __init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..eaa33d02 --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +from .archinstall import * -- cgit v1.2.3-70-g09d2