11 lines
340 B
Forth
11 lines
340 B
Forth
|
namespace TimelapseExtension0001
|
||
|
open TimelapseApi
|
||
|
open System
|
||
|
|
||
|
type TimelapseExtension0001() = inherit TimelapseExtension()
|
||
|
override this.Name
|
||
|
with get () = "TimelapseExtension0001"
|
||
|
|
||
|
override this.Id
|
||
|
with get () = Guid.Parse("{1cb8b576-e2e8-44d5-a8e1-e25a47eb0564}") //https://duckduckgo.com/?q=guid&t=ffab&ia=answer
|