diff --git a/yaclog_ksp/__main__.py b/yaclog_ksp/__main__.py index cbe1e04..41f0190 100644 --- a/yaclog_ksp/__main__.py +++ b/yaclog_ksp/__main__.py @@ -14,11 +14,11 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +import pathlib +import re import click -import os.path import yaclog -import re -import pathlib + from yaclog_ksp.cfgnode import ConfigNode