Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
hunger/main.py
2017-06-01 20:50:11 +02:00

7 lines
105 B
Python

import parser
import json
a = parser.fladerei
print(json.dumps(a.get_menus(), indent=2))
print(a.name)