File size: 139 Bytes
0bd62e5
 
 
 
 
 
1
2
3
4
5
6
from hatchling.plugin import hookimpl
from .builder import LiteBuilder

@hookimpl
def hatch_register_builder():
    return LiteBuilder