mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-17 13:32:34 +00:00
7 lines
82 B
Ruby
7 lines
82 B
Ruby
module CyberarmEngine
|
|
class Element
|
|
class Radio < Element
|
|
end
|
|
end
|
|
end
|