Source code for titania.common.interface_tab
from abc import ABC, abstractmethod
[docs]class TitaniaTabInterface(ABC):
def __init__(self):
"""
Interface for creating any tab in titania.
"""
from abc import ABC, abstractmethod
[docs]class TitaniaTabInterface(ABC):
def __init__(self):
"""
Interface for creating any tab in titania.
"""