mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
11 lines
173 B
C#
11 lines
173 B
C#
|
|
using Autofac;
|
||
|
|
|
||
|
|
namespace PluralKit.API
|
||
|
|
{
|
||
|
|
public class APIModule: Module
|
||
|
|
{
|
||
|
|
protected override void Load(ContainerBuilder builder)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|