mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 21:22:33 +00:00
7 lines
82 B
Ruby
7 lines
82 B
Ruby
module CyberarmEngine
|
|
class Element
|
|
class Radio < Element
|
|
end
|
|
end
|
|
end
|