]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/infrastructure/python/slist/__init__.py
slist: init
[xonotic/xonotic.git] / misc / infrastructure / python / slist / __init__.py
diff --git a/misc/infrastructure/python/slist/__init__.py b/misc/infrastructure/python/slist/__init__.py
new file mode 100644 (file)
index 0000000..b9f9ca8
--- /dev/null
@@ -0,0 +1,3 @@
+import logging
+
+logging.basicConfig(level=logging.DEBUG)