Added main structure

This commit is contained in:
Laurent
2026-02-16 22:44:44 +01:00
parent 663302c5b1
commit be6de65f85
10 changed files with 176 additions and 37 deletions

6
GifResizer/Models/Gif.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace GifResizer.Models;
public class Gif
{
}