Source code for hiper.core.hyperedge
# -*- coding: utf-8 -*-
"""
hyperedge.py
Defines the Hyperedge class for hypernetworks.
"""
from typing import Optional
from .incidence import Incidence
# -*- coding: utf-8 -*-
"""
hyperedge.py
Defines the Hyperedge class for hypernetworks.
"""
from typing import Optional
from .incidence import Incidence