Revision b17df8b62ccf00713622464f5b2b28f9ba326740 authored by st-- on 10 January 2020, 16:48:50 UTC, committed by GitHub on 10 January 2020, 16:48:50 UTC
1 parent 7c2711f
Raw File
dispatch.py
from multipledispatch import Dispatcher

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