wg-meshconf/wg_meshconf/__init__.py

13 lines
207 B
Python
Raw Normal View History

2021-06-22 08:37:33 +02:00
#!/usr/bin/python3
# -*- coding: utf-8 -*-
"""
Name: wg-meshconf __init__
Creator: K4YT3X
Date Created: May 21, 2021
Last Modified: February 2, 2023
2021-06-22 08:37:33 +02:00
"""
__version__ = "2.5.1"
2021-06-22 08:37:33 +02:00
from .wg_meshconf import main