mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 19:11:16 +00:00
7 lines
194 B
Python
Executable File
7 lines
194 B
Python
Executable File
#!/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.")
|