chore: stub out shorts creator class
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace StreamShorts.Library.Media.Video;
|
||||
|
||||
public interface IShortsCreator
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace StreamShorts.Library.Media.Video;
|
||||
|
||||
public class ShortsCreator : IShortsCreator
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user