understanding commited on
Commit
a2e20b8
·
verified ·
1 Parent(s): eb3ee88

Create parse.py

Browse files
Files changed (1) hide show
  1. bot/ui/parse.py +6 -0
bot/ui/parse.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # PATH: bot/ui/parse.py
2
+ from __future__ import annotations
3
+
4
+ from bot.ui.callbacks import parse_cb
5
+
6
+ __all__ = ["parse_cb"]