mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-06 04:28:42 +00:00
7 lines
164 B
Forth
7 lines
164 B
Forth
module internal WoofWare.Myriad.Plugins.AssemblyInfo
|
|
|
|
open System.Runtime.CompilerServices
|
|
|
|
[<assembly : InternalsVisibleTo("WoofWare.Myriad.Plugins.Test")>]
|
|
do ()
|