mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
6 lines
84 B
Python
6 lines
84 B
Python
from argenta.app.entity import *
|
|
|
|
|
|
def test():
|
|
assert App().exit_command == 'q'
|