Fix import
This commit is contained in:
parent
658a2e1250
commit
c392dd081a
2
woven.py
2
woven.py
|
@ -10,7 +10,7 @@ from dataclasses import dataclass
|
|||
from dataclass_wizard import fromdict
|
||||
from ipaddress import IPv4Interface, IPv4Network, IPv6Interface, IPv6Network, AddressValueError, NetmaskValueError
|
||||
from itertools import combinations
|
||||
from .wireguard_tools import WireguardConfig, WireguardPeer, WireguardKey
|
||||
from wireguard_tools import WireguardConfig, WireguardPeer, WireguardKey
|
||||
|
||||
@dataclass
|
||||
class WovenArgs:
|
||||
|
|
Loading…
Reference in New Issue