Skip to content

Commit 3ec0b90

Browse files
committed
initial implementation
0 parents  commit 3ec0b90

File tree

12 files changed

+870
-0
lines changed

12 files changed

+870
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Ragnarok Module
2+
3+
This is a placeholder for the Ragnarok Python module.
4+
5+
## Installation
6+
7+
To install the module, you can use pip:
8+
9+
```bash
10+
pip install .
11+
```
12+
13+
Or, for development:
14+
15+
```bash
16+
pip install -e .
17+
```
18+
19+
## Usage
20+
21+
```python
22+
import ragnarok
23+
24+
# Your code here
25+
```

0 commit comments

Comments
 (0)