forked from extern/wg-meshconf
12 lines
182 B
Python
Executable File
12 lines
182 B
Python
Executable File
#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Name: wg-meshconf __init__
|
|
Creator: K4YT3X
|
|
Date Created: May 21, 2021
|
|
Last Modified: June 22, 2021
|
|
"""
|
|
|
|
from .wg_meshconf import main
|
|
|