mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-19 20:20:18 +03:00
6 lines
164 B
C#
6 lines
164 B
C#
global using Xunit;
|
|
global using MyTelegram.TestBase;
|
|
global using MyTelegram.MTProto;
|
|
global using Shouldly;
|
|
global using Moq;
|
|
global using System.Buffers; |