first version

This commit is contained in:
Ville Rantanen
2021-06-01 10:56:20 +03:00
commit 91355cf05b
11 changed files with 565 additions and 0 deletions

6
scripts/mirva Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from mirva.mirva import Mirva
if __name__ == '__main__':
Mirva()