Libation/FileLiberator/IFileLiberator.cs
2021-08-12 17:43:46 -06:00

5 lines
71 B
C#

namespace FileLiberator
{
public interface IFileLiberator { }
}