7 lines
278 B
C#
7 lines
278 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Threading.Tasks;
|
|
global using BotSharp.Abstraction.VectorStorage;
|
|
global using BotSharp.Abstraction.Knowledges.Enums;
|
|
global using BotSharp.Abstraction.Knowledges.Models; |