Metadata-Version: 2.4
Name: TNLang
Version: 1.0.4
Summary: A pip package to use the programing language TNLang from floxxy0
Author: floxxy0
Requires-Python: >=3.10
Description-Content-Type: text/markdown

## Start?
You can start by creating a python file with content:
```python
import TNLang

TNLang.launch("helloWorld.tnlang")
```
