Add Noten parsing and rework some existing code

This commit is contained in:
Marcel Transier
2019-10-06 19:20:57 +02:00
parent b7bea8cf09
commit eb9f2ed4ce
4 changed files with 149 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
package lsf
// Modul hold information about a module
type Modul struct {
Nr int
}