mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-18 05:52:34 +00:00
6 lines
81 B
Ruby
6 lines
81 B
Ruby
module CyberarmEngine
|
|
class Element
|
|
class Radio < Element
|
|
end
|
|
end
|
|
end |