Skip to content

Commit f0c30b7

Browse files
authored
Update rkp.py
1 parent d94d685 commit f0c30b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/rat_king_parser/rkp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ def main() -> None:
124124
if len(decrypted_configs) > 0:
125125
print(dumps(decrypted_configs, ensure_ascii=False))
126126

127+
def test_gemini_review():
128+
"most useless func ever"
129+
import sys
130+
sys.exit()
127131

128132
if __name__ == "__main__":
129133
main()

0 commit comments

Comments
 (0)