Adjust repo files

This commit is contained in:
cytopia
2022-11-29 04:43:57 +01:00
parent d7db5dc72a
commit 40c6d485cc
4 changed files with 277 additions and 52 deletions

6
bin/modules-validate.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Validate defined modules."""
print("Not yet implemented *///*")
print()
print("Run modules-generate.py instead, as it also kind of validates.")