using Autofac; namespace PluralKit.API; public class APIModule: Module { protected override void Load(ContainerBuilder builder) { } }