mirror of
https://github.com/cadmium-im/zirconium-go.git
synced 2024-11-23 19:02:20 +00:00
6 lines
56 B
Go
6 lines
56 B
Go
|
package shared
|
||
|
|
||
|
type Module interface {
|
||
|
Initialize()
|
||
|
}
|