mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-02-28 21:03:06 +00:00
8 lines
69 B
Nim
8 lines
69 B
Nim
|
|
import chronos
|
||
|
|
|
||
|
|
import tui/tui
|
||
|
|
|
||
|
|
|
||
|
|
when isMainModule:
|
||
|
|
waitFor main()
|