mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 03:41:57 -06:00
Unified Assembly-Based API Endpoints
This commit is contained in:
4
tmp_parse.py
Normal file
4
tmp_parse.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import ast, sys
|
||||
with open('Data/Server/server.py','r',encoding='utf-8') as f:
|
||||
ast.parse(f.read())
|
||||
print('OK')
|
||||
Reference in New Issue
Block a user