mirror of
https://github.com/certbot/certbot.git
synced 2026-04-28 01:28:25 -04:00
9 lines
144 B
Python
9 lines
144 B
Python
|
|
"""Tools for submitting server configurations."""
|
||
|
|
import sys
|
||
|
|
|
||
|
|
|
||
|
|
import letshelp_certbot
|
||
|
|
|
||
|
|
|
||
|
|
sys.modules['letshelp_letsencrypt'] = letshelp_certbot
|