mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
13 lines
139 B
C#
13 lines
139 B
C#
#nullable disable
|
|
namespace NadekoBot.Modules.Nsfw;
|
|
|
|
public interface INsfwService
|
|
{
|
|
|
|
}
|
|
|
|
public class NsfwService
|
|
{
|
|
|
|
}
|