wg-meshconf/wg_meshconf/__init__.py

12 lines
182 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: June 22, 2021
"""
2021-01-13 02:47:40 +01:00
from .wg_meshconf import main
2021-06-22 08:37:33 +02:00