Source code for faust.tables.globaltable

from faust.tables.table import Table


[docs]class GlobalTable(Table): pass