mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
9 lines
123 B
Python
9 lines
123 B
Python
"""Let's Encrypt Apache plugin."""
|
|
import sys
|
|
|
|
|
|
import certbot_apache
|
|
|
|
|
|
sys.modules['letsencrypt_apache'] = certbot_apache
|