10 lines
241 B
Python
10 lines
241 B
Python
|
#! /usr/bin/env python3
|
||
|
|
||
|
__author__ = "Jakub Klinkovský <lahwaacz at archlinux dot org>"
|
||
|
__url__ = "https://github.com/lahwaacz/arch-wiki-docs"
|
||
|
__version__ = "0.2"
|
||
|
|
||
|
from .ArchWiki import *
|
||
|
from .downloader import *
|
||
|
from .optimizer import *
|