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