mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-23 22:16:10 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
global using System;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Collections;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Buffers;
|
||||
|
||||
global using Xunit;
|
||||
global using Shouldly;
|
||||
|
||||
global using MyTelegram.Schema.Extensions;
|
||||
global using MyTelegram.Schema.Serializer;
|
||||
Reference in New Issue
Block a user