mirror of
https://github.com/k4yt3x/wg-meshconf.git
synced 2024-11-22 15:43:08 +01:00
13 lines
207 B
Python
Executable File
13 lines
207 B
Python
Executable File
#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Name: wg-meshconf __init__
|
|
Creator: K4YT3X
|
|
Date Created: May 21, 2021
|
|
Last Modified: February 2, 2023
|
|
"""
|
|
|
|
__version__ = "2.5.1"
|
|
|
|
from .wg_meshconf import main
|