1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# This list of package files doesn't include task.py because that's provided # by the C module. package( "uasyncio", ( "__init__.py", "core.py", "event.py", "funcs.py", "lock.py", "stream.py", ), base_path="..", opt=3, )