mirror of
https://github.com/certbot/certbot.git
synced 2026-02-17 01:27:52 -05:00
8 lines
144 B
Python
8 lines
144 B
Python
"""Tools for submitting server configurations."""
|
|
import sys
|
|
|
|
|
|
import letshelp_certbot
|
|
|
|
|
|
sys.modules['letshelp_letsencrypt'] = letshelp_certbot
|