Revision fac31a7235a4baf7656755279912e9524914a847 authored by thevincentadam on 20 January 2020, 14:01:08 UTC, committed by thevincentadam on 20 January 2020, 14:01:08 UTC
1 parent 291ae6c
Raw File
dispatch.py
from multipledispatch import Dispatcher

Kuu = Dispatcher('Kuu')
Kuf = Dispatcher('Kuf')
back to top