mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-04-22 13:53:12 +00:00
8 lines
69 B
Nim
8 lines
69 B
Nim
|
|
import chronos
|
||
|
|
|
||
|
|
import tui/tui
|
||
|
|
|
||
|
|
|
||
|
|
when isMainModule:
|
||
|
|
waitFor main()
|